commands.sh

gcrane gc

all

List images that are not tagged. Will calculate images that can be garbage-collected. This can be composed with `gcrane delete` to actually garbage collect them.

More info →

Options (2)

-r, --recursiveboolean

Whether to recurse through repositories

Example: gcrane gc {{repository}} {{[-r|--recursive]}}
-h, --helpboolean

Display help

Example: gcrane gc {{[-h|--help]}}

Examples (3)

List untagged images

gcrane gc repository

Whether to recurse through repositories

gcrane gc repository [-r|--recursive]

Display help

gcrane gc [-h|--help]
made by @shridhargupta | data from tldr-pages