Created
July 6, 2020 18:35
-
-
Save asubb/9bb43a381971256c686fd4d0ce19d321 to your computer and use it in GitHub Desktop.
Clean up all docker resources
This file contains hidden or 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 rm -f $(docker container ls -q -a) | |
docker volume rm $(docker volume ls -q) | |
docker rmi $(docker images -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment