.TH "rkt - App Container runtime" "1" "Dec 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-run\-prepared \- Run a prepared application pod in rkt .SH SYNOPSIS .PP \fBrkt run\-prepared\fP [OPTIONS] .SH DESCRIPTION .PP Runs a previously prepared pod by its UUID .SH OPTIONS .PP \fB\-\-dns\fP= name servers to write in /etc/resolv.conf. Pass 'host' to use host's resolv.conf. Pass 'none' to ignore CNI DNS config .PP \fB\-\-dns\-domain\fP="" DNS domain to write in /etc/resolv.conf .PP \fB\-\-dns\-opt\fP= DNS options to write in /etc/resolv.conf .PP \fB\-\-dns\-search\fP= DNS search domains to write in /etc/resolv.conf .PP \fB\-\-hostname\fP="" pod's hostname. If empty, it will be "rkt\-$PODUUID" .PP \fB\-\-hosts\-entry\fP= Entries to add to the pod\-wide /etc/hosts. Pass 'host' to use the host's /etc/hosts .PP \fB\-\-interactive\fP[=false] run pod interactively .PP \fB\-\-mds\-register\fP[=false] register pod with metadata service .PP \fB\-\-net\fP[=default] configure the pod's networking. Optionally, pass a list of user\-configured networks to load and set arguments to pass to each network, respectively. Syntax: \-\-net[=n[:args]][,] .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