Created
July 20, 2020 07:49
-
-
Save ety001/9179749f7f75bf3412fab03a156a391e to your computer and use it in GitHub Desktop.
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 ps -a -q -f status=exited | xargs --no-run-if-empty docker rm -v | |
* * * * * docker images -f "dangling=true" -q | xargs --no-run-if-empty docker rmi | |
* * * * * docker volume ls -qf dangling=true | xargs --no-run-if-empty docker volume rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment