mirror of https://github.com/docker/docs.git
Remove stop signal from Interlock docs
This commit is contained in:
parent
20dcc00824
commit
f8b01d2761
|
|
@ -42,8 +42,6 @@ docker config create $NEW_CONFIG_NAME config.toml
|
|||
docker service update \
|
||||
--config-rm $CURRENT_CONFIG_NAME \
|
||||
--config-add source=$NEW_CONFIG_NAME,target=/config.toml \
|
||||
--stop-signal SIGQUIT \
|
||||
--stop-grace-period 5s \
|
||||
ucp-interlock
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue