linux-cheatsheet.hashnode.devLinux Command Cheat SheetSystem info uname — print OS name uname -r — kernel version uname -a — all info (kernel, hostname, architecture, etc.) uptime -p — pretty uptime (running time) whoami — current user hostname — s2h ago·6 min read
my-docker.hashnode.devDOCKER FLM FROM Declares the base image for the build stage. Can be used multiple times for multi-stage builds. Example: FROM python:3.11-slim LABEL Adds metadata as key/value pairs. Prefer LABEL over MAIN2h ago·7 min read
my-docker.hashnode.dev🐳 Docker Command Cheat Sheet🚀 Install & Setup Below is a cleaned, organized version of your Docker command cheat sheet for the "Install & Setup" section. Commands are grouped with short explanations. (Use sudo or run as root wh2h ago·4 min read