docker swarm update
読む時間の目安: 2 分
説明
スウォームを更新する。
API 1.24 以上
このコマンドを利用するには、クライアントとデーモンの API はともに、最低でも
1.24
である必要があります。
クライアント上においてdocker version
コマンドを実行して、クライアントとデーモンの API バージョンを確認してください。
Swarm このコマンドは Swarm オーケストレーターにおいて動作します。
利用方法
$ docker swarm update [オプション]
追加説明
新しいパラメーター値によりスウォームを更新します。
Note
This is a cluster management command, and must be executed on a swarm manager node. To learn about managers and workers, refer to the Swarm mode section in the documentation.
本コマンドの利用例については、以下に示す 利用例の節 を参照してください。
オプション
名前/省略形 | デフォルト | 説明 |
--autolock |
Change manager autolocking setting (true|false) | |
--cert-expiry |
2160h0m0s |
Validity period for node certificates (ns|us|ms|s|m|h) |
--dispatcher-heartbeat |
5s |
Dispatcher heartbeat period (ns|us|ms|s|m|h) |
--external-ca |
Specifications of one or more certificate signing endpoints | |
--max-snapshots |
API 1.25 以上 Number of additional Raft snapshots to retain |
|
--snapshot-interval |
10000 |
API 1.25 以上 Number of log entries between Raft snapshots |
--task-history-limit |
5 |
Task history retention limit |
利用例
$ docker swarm update --cert-expiry 720h
上位コマンド
コマンド | 説明 |
---|---|
docker swarm | スウォームを管理します。 |
関連コマンド
コマンド | 説明 |
docker swarm ca | Display and rotate the root CA |
docker swarm init | スウォームを初期化します。 |
docker swarm join | Join a swarm as a node and/or manager |
docker swarm join-token | Manage join tokens |
docker swarm leave | スウォームからノードを削除します。 |
docker swarm unlock | Unlock swarm |
docker swarm unlock-key | Manage the unlock key |
docker swarm update | スウォームを更新する。 |