Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created March 6, 2024 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhowbhz/c9efd7e6cbdb6eada81b503b7af319a6 to your computer and use it in GitHub Desktop.
Save jhowbhz/c9efd7e6cbdb6eada81b503b7af319a6 to your computer and use it in GitHub Desktop.
Clear all docker overlays
docker rm -vf $(docker ps -aq)
docker rmi -f $(docker images -aq)
docker volume prune -f
// DOT NOT USE IS COMMAND IN PRODUCTION //
// IS ERASE YOUR FILES! AND VOLUMES! //
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment