Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arslanbekov/8489accef5ab6d167b17a1d267e782f1 to your computer and use it in GitHub Desktop.
Save arslanbekov/8489accef5ab6d167b17a1d267e782f1 to your computer and use it in GitHub Desktop.
docker rm exited
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