Created
June 19, 2017 08:13
-
-
Save ulisesrmzroche/aa12d00a073d09e25ccdd39d9ccadbda to your computer and use it in GitHub Desktop.
nuke-docker.cron.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
#!/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