Skip to content

Instantly share code, notes, and snippets.

@gokulsan
Created April 17, 2019 10:34
Show Gist options
  • Save gokulsan/224f57540cfc8ef9da249734728ca9ef to your computer and use it in GitHub Desktop.
Save gokulsan/224f57540cfc8ef9da249734728ca9ef to your computer and use it in GitHub Desktop.
Docker Important Commands
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment