Skip to content

Instantly share code, notes, and snippets.

@davidostermann
Last active June 21, 2018 15:29
Show Gist options
  • Save davidostermann/bc44323fb945bb7dbf43286a9e93a8ab to your computer and use it in GitHub Desktop.
Save davidostermann/bc44323fb945bb7dbf43286a9e93a8ab to your computer and use it in GitHub Desktop.
docker kill all
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment