.TH "rkt - App Container runtime" "1" "Dec 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP rkt\-image\-list \- List images in the local store .SH SYNOPSIS .PP \fBrkt image list\fP [OPTIONS] .SH DESCRIPTION .PP Optionally, allows the user to specify the fields and sort order. .SH OPTIONS .PP \fB\-\-fields\fP=id,name,size,importtime,lastused comma\-separated list of fields to display. Accepted values: "id", "name", "size", "importtime", "lastused" .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\-\-full\fP[=false] use long output format .PP \fB\-\-no\-legend\fP[=false] suppress a legend with the list .PP \fB\-\-order\fP=asc choose the sorting order if at least one sort field is provided (\-\-sort). Accepted values: "asc", "desc" .PP \fB\-\-sort\fP=importtime sort the output according to the provided comma\-separated list of fields. Accepted values: "name", "importtime", "lastused", "size" .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