Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ulisesrmzroche/aa12d00a073d09e25ccdd39d9ccadbda to your computer and use it in GitHub Desktop.
Save ulisesrmzroche/aa12d00a073d09e25ccdd39d9ccadbda to your computer and use it in GitHub Desktop.
nuke-docker.cron.daily
#!/bin/sh
# Prune everything docker every day
docker volume prune -f && docker container prune -f && docker image prune -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment