33 lines
821 B
YAML
33 lines
821 B
YAML
command: docker config inspect
|
|
short: Display detailed information on one or more configs
|
|
long: Display detailed information on one or more configs
|
|
usage: docker config inspect [OPTIONS] CONFIG [CONFIG...]
|
|
pname: docker config
|
|
plink: docker_config.yaml
|
|
options:
|
|
- option: format
|
|
shorthand: f
|
|
value_type: string
|
|
description: Format the output using the given Go template
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: pretty
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Print the information in a human friendly format
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
min_api_version: "1.30"
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: true
|
|
|