.TH "rkt - App Container runtime" "1" "Dec 2019" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-status \- Check the status of a rkt pod .SH SYNOPSIS .PP \fBrkt status [\-\-wait=bool|timeout] [\-\-wait\-ready=bool|timeout] \-\-uuid\-file=FILE | UUID [flags]\fP .SH DESCRIPTION .PP Prints assorted information about the pod such as its state, pid and exit status. .PP The \-\-wait and \-\-wait\-ready flags accept boolean or timeout values. If set to true, wait indefinitely. If set to false, don't wait at all. They can also be set to a duration. If the duration is less than zero, wait indefinitely. If the duration is zero, don't wait at all. .SH OPTIONS .PP \fB\-\-format\fP= choose the output format. Allowed format includes 'json', 'json\-pretty'. If empty, then the result is printed as key value pairs .PP \fB\-h\fP, \fB\-\-help\fP[=false] help for status .PP \fB\-\-uuid\-file\fP="" read pod UUID from file instead of argument .PP \fB\-\-wait\fP[="false"] toggles waiting for the pod to finish. Use the output to determine the actual terminal state. .PP \fB\-\-wait\-ready\fP[="false"] toggles waiting until the pod is ready. .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 20\-Dec\-2019 Auto generated by spf13/cobra