Created
August 6, 2018 09:02
-
-
Save albertlieyingadrian/fd385e1bd4bb953048d29a204cf3f17b to your computer and use it in GitHub Desktop.
Clean exited docker container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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