Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save uabaluua/29fac85d59b4e5192503b93f6b9fe280 to your computer and use it in GitHub Desktop.
Save uabaluua/29fac85d59b4e5192503b93f6b9fe280 to your computer and use it in GitHub Desktop.
Remove all docker staff
docker rmi $(docker images -a -q)
docker rm $(docker ps -a -f status=exited -q)
docker volume rm $(docker volume ls -f dangling=true -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment