github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/cli/docs/reference/commandline/swarm.md (about)

     1  ---
     2  title: "swarm"
     3  description: "The swarm command description and usage"
     4  keywords: "swarm"
     5  ---
     6  
     7  # swarm
     8  
     9  ```markdown
    10  Usage:  docker swarm COMMAND
    11  
    12  Manage Swarm
    13  
    14  Options:
    15        --help   Print usage
    16  
    17  Commands:
    18    ca          Manage root CA
    19    init        Initialize a swarm
    20    join        Join a swarm as a node and/or manager
    21    join-token  Manage join tokens
    22    leave       Leave the swarm
    23    unlock      Unlock swarm
    24    unlock-key  Manage the unlock key
    25    update      Update the swarm
    26  
    27  Run 'docker swarm COMMAND --help' for more information on a command.
    28  ```
    29  
    30  ## Description
    31  
    32  Manage the swarm.