Skip to content

Instantly share code, notes, and snippets.

@jpoehnelt
Created September 14, 2016 04:24
Show Gist options
  • Save jpoehnelt/dcfd7d833bfe3350e63328b77355d642 to your computer and use it in GitHub Desktop.
Save jpoehnelt/dcfd7d833bfe3350e63328b77355d642 to your computer and use it in GitHub Desktop.
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