Skip to content

Instantly share code, notes, and snippets.

@empeje
Last active June 4, 2019 13:06
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 empeje/3610a43e56939e205e0176bf356761cd to your computer and use it in GitHub Desktop.
Save empeje/3610a43e56939e205e0176bf356761cd to your computer and use it in GitHub Desktop.
Crontab for CI (WIP)
0 0 * * * /usr/local/bin/docker images | grep none | awk '{print $3}' | xargs docker rmi -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment