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

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
```