1
0
mirror of https://github.com/docker/cli.git synced 2025-08-17 07:21:07 +03:00
Files
cli/docs/reference/commandline/swarm.md
Vincent Demeester b8d3480fc0 Add cli reference docs for root-level commands
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-06-02 00:11:00 +00:00

970 B

title, description, keywords
title description keywords
swarm The swarm command description and usage swarm

swarm

Usage:  docker swarm COMMAND

Manage Swarm

Options:
      --help   Print usage

Commands:
  init        Initialize a swarm
  join        Join a swarm as a node and/or manager
  join-token  Manage join tokens
  leave       Leave the swarm
  unlock      Unlock swarm
  unlock-key  Manage the unlock key
  update      Update the swarm

Run 'docker swarm COMMAND --help' for more information on a command.

Description

Manage the swarm.