mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typo, change sample cert expiry value
Signed-off-by: Charles Smith <charles.smith@docker.com>
This commit is contained in:
parent
6401bd65b1
commit
8e53390b51
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Updates a swarm with new parameter values. This command must target a manager no
|
|||
|
||||
|
||||
```bash
|
||||
$ docker swarm update --cert-expirty 4000h0m0s
|
||||
$ docker swarm update --cert-expiry 720h
|
||||
```
|
||||
|
||||
## Related information
|
||||
|
|
Loading…
Reference in a new issue