Skip to content

Instantly share code, notes, and snippets.

@GSmurf
Last active April 30, 2017 14:14
Show Gist options
  • Save GSmurf/ae1621e60320ff3f8eab0e57c428a0d8 to your computer and use it in GitHub Desktop.
Save GSmurf/ae1621e60320ff3f8eab0e57c428a0d8 to your computer and use it in GitHub Desktop.
Docker clean all exited containers
docker rm $(docker ps -qa --no-trunc --filter "status=exited")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment