Skip to content

Instantly share code, notes, and snippets.

@adesh-web
adesh-web / docker_cheat_sheet.md
Created October 12, 2025 09:51 — forked from tysonpaul89/docker_cheat_sheet.md
Docker Cheat Sheet

Docker Cheat Sheet

To list all running containers

$ docker ps

To list all running and stopped containers

$ docker ps -a

To see advanced settings of a container