Skip to content

Instantly share code, notes, and snippets.

@kamescg
Created April 27, 2020 17:42
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 kamescg/b07a62e05f18b01d6166955c21db5000 to your computer and use it in GitHub Desktop.
Save kamescg/b07a62e05f18b01d6166955c21db5000 to your computer and use it in GitHub Desktop.
Docker Cheatsheet

Docker Cheatsheet

Cleanup

$ docker images -aq -f 'dangling=true' | xargs docker rmi

docker volume ls -q -f 'dangling=true' | xargs docker volume rm

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