.TH "rkt - App Container runtime" "1" "Dec 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-image \- Operate on image(s) in the local store .SH SYNOPSIS .PP \fBrkt image\fP [OPTIONS] .SH DESCRIPTION .PP This subcommand operates on image(s) in the local store. .PP The "cat\-manifest", "export", "extract", "render", and "rm" subcommands take the ID or image name to reference images in the local store. .PP The ID can be specified using the long or short version, i.e. "sha512\-78c08a541997", or "sha512\-78c08a5419979fff71e615f27aad75b84362a3cd9a13703b9d47ec27d1cfd029". .PP The image name can be specified including the version tag as stored in the local store, i.e. "quay.io/coreos/etcd:latest", or "quay.io/coreos/etcd:v3.0.13". .PP The version tag may be left out, i.e. "quay.io/coreos/etcd". In case of ambiguity, the least recently fetched image with this name will be chosen. .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, \fBrkt\-image\-cat\-manifest(1)\fP, \fBrkt\-image\-export(1)\fP, \fBrkt\-image\-extract(1)\fP, \fBrkt\-image\-gc(1)\fP, \fBrkt\-image\-list(1)\fP, \fBrkt\-image\-render(1)\fP, \fBrkt\-image\-rm(1)\fP .SH HISTORY .PP 8\-Dec\-2016 Auto generated by spf13/cobra