Skip to content

Instantly share code, notes, and snippets.

@jarosite
Last active August 29, 2015 14:22
Show Gist options
  • Save jarosite/adaa80b5ee136a63ba9c to your computer and use it in GitHub Desktop.
Save jarosite/adaa80b5ee136a63ba9c to your computer and use it in GitHub Desktop.
remove stopped docker containers
docker rm $(docker ps -q -f status=exited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment