Last active
February 24, 2019 23:50
-
-
Save timothystewart6/b7fd735eb8ed66cde72624fa74142b07 to your computer and use it in GitHub Desktop.
Revisions
-
timothystewart6 revised this gist
Feb 24, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #!/bin/bash docker rmi $(docker images -q -f dangling=true) # chmod +x ~/docker-cleanup.sh. # crontab -e # every day at midnight # 0 12 * * * ~/docker-cleanup.sh > /dev/null 2>&1 -
timothystewart6 created this gist
Feb 24, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash docker rmi $(docker images -q -f dangling=true) # chmod 755 ~/docker-cleanup.sh. # crontab -e # every day at midnight # 0 12 * * * ~/docker-cleanup.sh > /dev/null 2>&1