Skip to content

Commit

Permalink
Merge pull request docker#3039 from cvermilion/patch-1
Browse files Browse the repository at this point in the history
Update stop.md to mention that other stop signals can be set
  • Loading branch information
thaJeztah authored Apr 20, 2021
2 parents 04dad42 + 41d169d commit daf5f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/reference/commandline/stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit daf5f12

Please sign in to comment.