rkt-config(1) Print configuration for each stage in JSON format

SYNOPSIS

rkt config [OPTIONS]

DESCRIPTION

The output will be parsable JSON with "stage0" and stage1" as keys and rkt configuration entries as values. The generated configuration entries resemble the original rkt configuration format.

OPTIONS

--pretty-print[=true]
    apply indent to format the output

OPTIONS INHERITED FROM PARENT COMMANDS

--debug[=false]
    print out more debug information to stderr

--dir=/var/lib/rkt
    rkt data directory

--insecure-options=none
    comma-separated list of security features to disable. Allowed values: "none", "image", "tls", "ondisk", "http", "pubkey", "all"

--local-config=/etc/rkt
    local configuration directory

--system-config=/usr/lib/rkt
    system configuration directory

--trust-keys-from-https[=false]
    automatically trust gpg keys fetched from https

--user-config=
    user configuration directory

HISTORY

9-Jul-2016 Auto generated by spf13/cobra