Skip to content

Instantly share code, notes, and snippets.

@macbre
Created July 29, 2016 18:57
Show Gist options
  • Save macbre/b2213d913b4f1a0c5ef92437a25e5cb0 to your computer and use it in GitHub Desktop.
Save macbre/b2213d913b4f1a0c5ef92437a25e5cb0 to your computer and use it in GitHub Desktop.
Docker

Remove not used containers

$ docker rm $( docker ps --all -f status=exited -q )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment