Created
March 28, 2021 17:53
-
-
Save fernyb/3e3f541836f24b1a48a3b567a6a66794 to your computer and use it in GitHub Desktop.
remove docker containers
This file contains hidden or 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 container ls --all | grep "minutes ago" | awk '{ print $1 }' | xargs docker container rm $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment