.TH "rkt - App Container runtime" "1" "Dec 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-image\-render \- Render a stored image to a directory with all its dependencies .SH SYNOPSIS .PP \fBrkt image render\fP [OPTIONS] .SH DESCRIPTION .PP IMAGE should be a string referencing an image: either a ID or an image name. .PP This differs from extract in that the rendered image is in the state the app would see when running in rkt, dependencies and all. .PP Note that in order to make cleaning up easy (just rm \-rf), this does not use overlayfs or any other mechanism. .SH OPTIONS .PP \fB\-\-overwrite\fP[=false] overwrite output directory .PP \fB\-\-rootfs\-only\fP[=false] render rootfs only .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\-image(1)\fP .SH HISTORY .PP 8\-Dec\-2016 Auto generated by spf13/cobra