.TH "rkt - App Container runtime" "1" "Dec 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-fetch \- Fetch image(s) and store them in the local store .SH SYNOPSIS .PP \fBrkt fetch\fP [OPTIONS] .SH DESCRIPTION .PP Locates and downloads remote ACIs and their attached signatures. .PP If the ACI is available in the local store, the image will not be fetched again. .SH OPTIONS .PP \fB\-\-full\fP[=false] print the full image hash after fetching .PP \fB\-\-no\-store\fP[=false] fetch images ignoring the local store .PP \fB\-\-signature\fP= local signature file to use in validating the preceding image .PP \fB\-\-store\-only\fP[=false] use only available images in the store (do not discover or download from remote URLs) .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] print out more debug information to stderr .PP \fB\-\-dir\fP=/var/lib/rkt rkt data directory .PP \fB\-\-insecure\-options\fP=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" .PP \fB\-\-local\-config\fP=/etc/rkt local configuration directory .PP \fB\-\-system\-config\fP=/usr/lib/rkt system configuration directory .PP \fB\-\-trust\-keys\-from\-https\fP[=false] automatically trust gpg keys fetched from https .PP \fB\-\-user\-config\fP= user configuration directory .SH SEE ALSO .PP \fBrkt(1)\fP .SH HISTORY .PP 8\-Dec\-2016 Auto generated by spf13/cobra