Skip to content

Instantly share code, notes, and snippets.

@rcbop
Created June 4, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcbop/3183b09a7db0cbcd9d9889da26918e04 to your computer and use it in GitHub Desktop.
Save rcbop/3183b09a7db0cbcd9d9889da26918e04 to your computer and use it in GitHub Desktop.
#!/bin/bash
docker images --no-trunc --format '{{.ID}} {{.CreatedSince}}' | grep months | awk '$2 > 3 { print $1 }' | xargs -r docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment