Docker Swarm Join Token
Description
General
- Documentation: https://docs.docker.com/engine/reference/commandline/swarm_join-token/
- Summary: Docker Swarm allows management and orchestration of Docker applications on a cluster of hosts. In order to join a Swarm as a worker or a manager, a host must provide the corresponding token.
Revoke the secret
It is possible to rotate a token using the cli command docker swarm join-token --rotate manager|worker
Details for Docker Swarm Join Token
- 
Family: token 
- 
Category: other 
- 
Company: Docker 
- 
High recall: True 
- 
Validity check available: False 
- 
Analyzer available: False 
- 
Minimum number of matches: 1 
- 
Occurrences found for one million commits: 3.5 
- 
Prefixed: True