mirror of https://github.com/docker/docs.git
15 lines
361 B
YAML
15 lines
361 B
YAML
command: docker swarm join-token
|
|
short: Manage join tokens
|
|
long: Manage join tokens
|
|
usage: docker swarm join-token [OPTIONS] (worker|manager)
|
|
pname: docker swarm
|
|
plink: docker_swarm.yaml
|
|
options:
|
|
- option: quiet
|
|
shorthand: q
|
|
default_value: "false"
|
|
description: Only display token
|
|
- option: rotate
|
|
default_value: "false"
|
|
description: Rotate join token
|