Created
September 22, 2018 06:08
-
-
Save chareice/86fa617e89eb739f11cc8032020d0f1d to your computer and use it in GitHub Desktop.
clean up docker daily
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
echo "$(echo '0 3 * * * /usr/bin/docker system prune -f' ; crontab -l)" | crontab - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment