Skip to content

Instantly share code, notes, and snippets.

@andreipradan
Created April 8, 2020 07:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreipradan/2caaf117669119ce9c47c026ac5a3f5f to your computer and use it in GitHub Desktop.
Save andreipradan/2caaf117669119ce9c47c026ac5a3f5f to your computer and use it in GitHub Desktop.
docker rm --force $(docker ps --all -q)
docker rmi --force $(docker images --all -q)
docker system prune --all --volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment