Skip to content

Instantly share code, notes, and snippets.

@RobDWaller
Created December 7, 2018 12:35
Show Gist options
  • Save RobDWaller/90d4b4af61a73b2c9453f5186c7b3dee to your computer and use it in GitHub Desktop.
Save RobDWaller/90d4b4af61a73b2c9453f5186c7b3dee to your computer and use it in GitHub Desktop.
Delete all stopped Docker containers
docker rm `docker ps -f "status=exited" -q`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment