Skip to content

Instantly share code, notes, and snippets.

@chareice
Created September 22, 2018 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chareice/86fa617e89eb739f11cc8032020d0f1d to your computer and use it in GitHub Desktop.
Save chareice/86fa617e89eb739f11cc8032020d0f1d to your computer and use it in GitHub Desktop.
clean up docker daily
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