Skip to content

Instantly share code, notes, and snippets.

@mario21ic
Created October 23, 2015 21:33
Show Gist options
  • Save mario21ic/9bb00b6f1fceb1c1a016 to your computer and use it in GitHub Desktop.
Save mario21ic/9bb00b6f1fceb1c1a016 to your computer and use it in GitHub Desktop.
Command docker to delete containers with status exited
docker rm $(docker ps -aqf status=exited)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment