Skip to content

Instantly share code, notes, and snippets.

@darkxanter
Last active September 6, 2021 08:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darkxanter/213a9652ccb0885bb221c61d00a23e6e to your computer and use it in GitHub Desktop.
Save darkxanter/213a9652ccb0885bb221c61d00a23e6e to your computer and use it in GitHub Desktop.
docker cleanup
[Unit]
Description=docker cleanup service
Requires=docker.service
After=docker.service
[Service]
Type=oneshot
ExecStart=/usr/bin/docker system prune --volumes -f
[Unit]
Description=docker cleanup service timer
[Timer]
OnCalendar=0/4:00
Persistent=true
[Install]
WantedBy=timers.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment