1
0
mirror of https://github.com/docker/cli.git synced 2026-01-16 20:22:36 +03:00

Update swarm init task-history-limit docs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Upstream-commit: 871366c8b4
Component: cli
This commit is contained in:
Vincent Demeester
2016-07-24 11:13:06 +02:00
committed by Tibor Vass
parent b0dc49bd20
commit bbb2a8ceeb
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ Options:
--force-new-cluster Force create a new cluster from current state.
--help Print usage
--listen-addr value Listen address (default 0.0.0.0:2377)
--task-history-limit int Task history retention limit (default 10)
--task-history-limit int Task history retention limit (default 5)
```
Initialize a swarm cluster. The docker engine targeted by this command becomes a manager

View File

@@ -21,7 +21,7 @@ Options:
--dispatcher-heartbeat duration Dispatcher heartbeat period (default 5s)
--external-ca value Specifications of one or more certificate signing endpoints
--help Print usage
--task-history-limit int Task history retention limit (default 10)
--task-history-limit int Task history retention limit (default 5)
```
Updates a swarm cluster with new parameter values. This command must target a manager node.