mirror of https://github.com/docker/cli.git
Merge pull request #3039 from cvermilion/patch-1
Update stop.md to mention that other stop signals can be set
This commit is contained in:
commit
daf5f126ad
|
@ -19,7 +19,9 @@ Options:
|
|||
## Description
|
||||
|
||||
The main process inside the container will receive `SIGTERM`, and after a grace
|
||||
period, `SIGKILL`.
|
||||
period, `SIGKILL`. The first signal can be changed with the `STOPSIGNAL`
|
||||
instruction in the container's Dockerfile, or the `--stop-signal` option to
|
||||
`docker run`.
|
||||
|
||||
## Examples
|
||||
|
||||
|
|
Loading…
Reference in New Issue