Created
July 10, 2021 02:13
-
-
Save chadly/b64c666f751dc9fc4f68d0cc4525cd6d to your computer and use it in GitHub Desktop.
Nuke Docker containers and volumes from orbit
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker system prune -a | |
docker volume rm $(docker volume ls -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment