Skip to content

Instantly share code, notes, and snippets.

@horelvis
Created July 25, 2016 18:32
Show Gist options
  • Save horelvis/89da43d2d8cbd5b4a928da8923503092 to your computer and use it in GitHub Desktop.
Save horelvis/89da43d2d8cbd5b4a928da8923503092 to your computer and use it in GitHub Desktop.
Docker stop and remove 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