Skip to content

Instantly share code, notes, and snippets.

@mavericksbalitaan
Last active December 19, 2022 07:15
Show Gist options
  • Save mavericksbalitaan/d2c2b117426048ea3635c801654a8770 to your computer and use it in GitHub Desktop.
Save mavericksbalitaan/d2c2b117426048ea3635c801654a8770 to your computer and use it in GitHub Desktop.
Docker Cheat Sheet

List running containers

docker ps

List of all running containers

docker ps -a

Run a new container from an image

docker run <image>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment