Skip to content

Instantly share code, notes, and snippets.

@unakatsuo
Last active January 5, 2019 07:03
Show Gist options
  • Save unakatsuo/f9ffdb1d8801c4c1214b5881f43f2b3c to your computer and use it in GitHub Desktop.
Save unakatsuo/f9ffdb1d8801c4c1214b5881f43f2b3c to your computer and use it in GitHub Desktop.
Clean old local docker images at once.
#!/bin/sh
docker image prune -f --filter "until=$(date --date '14 days ago' +'%Y-%m-%d')"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment