Merge pull request #25458 from sfsmithcha/fix_swarm_update_typo
fix typo, change sample cert expiry value
(cherry picked from commit e62b945013
)
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
8c16b5eb4d
commit
f72a1eb6be
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Updates a swarm cluster with new parameter values. This command must target a ma
|
|||
|
||||
|
||||
```bash
|
||||
$ docker swarm update --cert-expirty 4000h0m0s
|
||||
$ docker swarm update --cert-expiry 720h
|
||||
```
|
||||
|
||||
## Related information
|
||||
|
|
Loading…
Add table
Reference in a new issue