Skip to content

Instantly share code, notes, and snippets.

@mattes
Created September 24, 2020 02:56
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 mattes/ca80926ba997ba881ae9339f8b47a36d to your computer and use it in GitHub Desktop.
Save mattes/ca80926ba997ba881ae9339f8b47a36d to your computer and use it in GitHub Desktop.
docker system prune -a
docker rm $(docker ps -a -f status=exited -q)
https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment