Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sloppycoder/5696b78e77c56880b294be5c2ce23571 to your computer and use it in GitHub Desktop.

Select an option

Save sloppycoder/5696b78e77c56880b294be5c2ce23571 to your computer and use it in GitHub Desktop.
cleanup minikube host
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