Remove stop signal from Interlock docs

This commit is contained in:
Joao Fernandes 2018-03-19 14:26:52 -07:00 committed by Jim Galasyn
parent 20dcc00824
commit f8b01d2761
1 changed files with 0 additions and 2 deletions

View File

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