Merge pull request #9041 from ivansharamok/patch-1

fix a typo in the interlock-proxy command
This commit is contained in:
Usha Mandya 2019-07-10 17:47:23 +01:00 committed by GitHub
commit 078cddb463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,5 +30,5 @@ updates, such as to let a service settle, use the `update-delay` setting. For e
thirty (30) seconds between updates, use the following command:
```bash
$> docker service update --update-delay=30s interlock=proxy
$> docker service update --update-delay=30s interlock-proxy
```