Files
docker-cli/components/engine/docs/reference/commandline/swarm.md
Ying Li 94be5a4238 Document the swarm root CA rotation CLI command.
Signed-off-by: Ying Li <ying.li@docker.com>
Upstream-commit: 3adddab957024f0d1f196c207cdb7eee543dda48
Component: engine
2017-05-15 17:21:01 -07:00

999 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:
  ca          Manage root CA
  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.