table of contents
rkt - App Container runtime(1) | rkt - App Container runtime(1) |
NAME¶
rkt-image-gc - Garbage collect local store
SYNOPSIS¶
rkt image gc [flags]
DESCRIPTION¶
This is intended to be run periodically from a timer or cron job.
The default grace period is 24h. Use --grace-period=0s to effectively disable the grace-period.
OPTIONS¶
--grace-period=24h0m0s
duration to wait since an image was last used before removing it
-h, --help[=false]
help for gc
OPTIONS INHERITED FROM PARENT COMMANDS¶
--debug[=false]
print out more debug information to stderr
--dir=/var/lib/rkt
rkt data directory
--insecure-options=none
comma-separated list of security features to disable. Allowed values:
"none", "image", "tls", "ondisk",
"http", "pubkey", "capabilities",
"paths", "seccomp", "all-fetch",
"all-run", "all"
--local-config=/etc/rkt
local configuration directory
--system-config=/usr/lib/rkt
system configuration directory
--trust-keys-from-https[=false]
automatically trust gpg keys fetched from https
--user-config=
user configuration directory
SEE ALSO¶
rkt-image(1)
HISTORY¶
20-Dec-2019 Auto generated by spf13/cobra
Dec 2019 | Auto generated by spf13/cobra |