Skip to content

Instantly share code, notes, and snippets.

@iwalucas
Created March 10, 2020 13:32
Show Gist options
  • Save iwalucas/cd36b0be956987f720de17a478b6ce9b to your computer and use it in GitHub Desktop.
Save iwalucas/cd36b0be956987f720de17a478b6ce9b to your computer and use it in GitHub Desktop.
remove docker images older than XXXhours
docker image prune --all --filter until=100h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment