Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivankristianto/255b33c4f7cdb00d6105af1ca856d60b to your computer and use it in GitHub Desktop.
Save ivankristianto/255b33c4f7cdb00d6105af1ca856d60b to your computer and use it in GitHub Desktop.
Remove unused docker containers
sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment