Manage join tokens
docker swarm join-token [OPTIONS] (worker|manager)
| Name, shorthand | Default | Description |
|---|---|---|
--quiet, -q |
false |
Only display token |
--rotate |
false |
Rotate join token |
| Command | Description |
|---|---|
| docker swarm | Manage Swarm |
| Command | Description |
|---|---|
| docker swarm init | Initialize a swarm |
| docker swarm join | Join a swarm as a node and/or manager |
| docker swarm join-token | Manage join tokens |
| docker swarm leave | Leave the swarm |
| docker swarm unlock | Unlock swarm |
| docker swarm unlock-key | Manage the unlock key |
| docker swarm update | Update the swarm |
Feedback? Suggestions? Can't find something in the docs?