Skip to content

Instantly share code, notes, and snippets.

@mizanRahman
Created May 8, 2017 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mizanRahman/0d5e0054b4942095cd898d24f1201e22 to your computer and use it in GitHub Desktop.
Save mizanRahman/0d5e0054b4942095cd898d24f1201e22 to your computer and use it in GitHub Desktop.
commonly used docker commands
docker ps
docker ps -a
docker images
docker rmi <image>
docker rm <container>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment