Skip to content

Instantly share code, notes, and snippets.

@JonathanWThom
Created May 5, 2021 05:29
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 JonathanWThom/85274d293ae328bfc8ec0f631862050a to your computer and use it in GitHub Desktop.
Save JonathanWThom/85274d293ae328bfc8ec0f631862050a to your computer and use it in GitHub Desktop.
Remove all the Docker things
docker stop $(docker ps -qa); docker rm $(docker ps -qa); docker rmi -f $(docker images -qa); docker volume rm $(docker volume ls -q); docker network rm $(docker network ls -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment