mirror of https://github.com/docker/docs.git
15 lines
347 B
YAML
15 lines
347 B
YAML
command: docker node ls
|
|
short: List nodes in the swarm
|
|
long: List nodes in the swarm
|
|
usage: docker node ls [OPTIONS]
|
|
pname: docker node
|
|
plink: docker_node.yaml
|
|
options:
|
|
- option: filter
|
|
shorthand: f
|
|
description: Filter output based on conditions provided
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display IDs
|