{ switch(e.key) { case 'k': if (e.metaKey || e.ctrlKey) { e.preventDefault(); $el.focus(); } break; } }" tabindex=0>
Start typing to search or try.
docker swarm
| Description | Manage Swarm |
|---|---|
| Usage | docker swarm |
SwarmThis command works with the Swarm orchestrator.
Description
Manage the swarm.
Subcommands
| Command | Description |
|---|---|
docker swarm ca | Display and rotate the root CA |
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 |
[8]ページ先頭
©2009-2025 Movatter.jp