Skip to content

Instantly share code, notes, and snippets.

@Matrix7867
Last active July 30, 2019 10:40
Show Gist options
  • Save Matrix7867/e9c8d833fce03ba3b997e265a36b0c63 to your computer and use it in GitHub Desktop.
Save Matrix7867/e9c8d833fce03ba3b997e265a36b0c63 to your computer and use it in GitHub Desktop.
remove all stopped/exited containers
sudo docker ps -a | grep "Exited" | sudo xargs docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment