mirror of https://github.com/docker/docs.git
12 lines
322 B
YAML
12 lines
322 B
YAML
command: docker node rm
|
|
short: Remove one or more nodes from the swarm
|
|
long: Remove one or more nodes from the swarm
|
|
usage: docker node rm [OPTIONS] NODE [NODE...]
|
|
pname: docker node
|
|
plink: docker_node.yaml
|
|
options:
|
|
- option: force
|
|
shorthand: f
|
|
default_value: "false"
|
|
description: Force remove a node from the swarm
|