mirror of https://github.com/docker/docs.git
Merge pull request #8399 from eMPee584/patch-1
stop_signal supported with docker stack deploy
This commit is contained in:
commit
ec0bcc6870
|
@ -912,7 +912,6 @@ The following sub-options (supported for `docker-compose up` and `docker-compose
|
|||
- [network_mode](#network_mode)
|
||||
- [restart](#restart)
|
||||
- [security_opt](#security_opt)
|
||||
- [stop_signal](#stop_signal)
|
||||
- [sysctls](#sysctls)
|
||||
- [userns_mode](#userns_mode)
|
||||
|
||||
|
@ -1745,10 +1744,6 @@ SIGTERM. Setting an alternative signal using `stop_signal` causes
|
|||
stop_signal: SIGUSR1
|
||||
```
|
||||
|
||||
> **Note**: This option is ignored when
|
||||
> [deploying a stack in swarm mode](/engine/reference/commandline/stack_deploy.md)
|
||||
> with a (version 3) Compose file.
|
||||
|
||||
### sysctls
|
||||
|
||||
Kernel parameters to set in the container. You can use either an array or a
|
||||
|
|
Loading…
Reference in New Issue