Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Last active January 26, 2023 21:10
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 vyspiansky/3820e01b7d107cafce7313b94465c20b to your computer and use it in GitHub Desktop.
Save vyspiansky/3820e01b7d107cafce7313b94465c20b to your computer and use it in GitHub Desktop.
Docker Clear all
docker kill $(docker ps -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -q -a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment