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:
Sebastiaan van Stijn 2021-04-20 10:58:41 +02:00 committed by GitHub
commit daf5f126ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

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