Skip to content

Instantly share code, notes, and snippets.

@theuves
Created June 24, 2020 11:14
Show Gist options
  • Save theuves/736634eb17e8fad81eca549280b12df1 to your computer and use it in GitHub Desktop.
Save theuves/736634eb17e8fad81eca549280b12df1 to your computer and use it in GitHub Desktop.
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker image rm $(docker image ls -aq)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment