Skip to content

Instantly share code, notes, and snippets.

@ClaudioVarandas
Last active April 19, 2016 21:47
Show Gist options
  • Save ClaudioVarandas/e37fe64aaedd31428e052c4b452dd0b5 to your computer and use it in GitHub Desktop.
Save ClaudioVarandas/e37fe64aaedd31428e052c4b452dd0b5 to your computer and use it in GitHub Desktop.
#Remove all docker containers with status exited
$ docker rm -v $(docker ps -a -q -f status=exited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment