Created
May 3, 2020 19:31
-
-
Save sloppycoder/5696b78e77c56880b294be5c2ce23571 to your computer and use it in GitHub Desktop.
cleanup minikube host
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 container prune --filter "until=8h" -f | |
| docker network prune --filter "until=8h" -f | |
| docker image prune --filter "until=8h" -f -a | |
| # docker system prune |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment