mirror of https://github.com/docker/docs.git
14 lines
451 B
YAML
14 lines
451 B
YAML
command: docker node inspect
|
|
short: Display detailed information on one or more nodes
|
|
long: Display detailed information on one or more nodes
|
|
usage: docker node inspect [OPTIONS] self|NODE [NODE...]
|
|
pname: docker node
|
|
plink: docker_node.yaml
|
|
options:
|
|
- option: format
|
|
shorthand: f
|
|
description: Format the output using the given Go template
|
|
- option: pretty
|
|
default_value: "false"
|
|
description: Print the information in a human friendly format.
|