mirror of
https://github.com/phusion/baseimage-docker.git
synced 2026-03-26 12:29:07 +00:00
Update README.md
This commit is contained in:
@@ -205,7 +205,7 @@ In `Dockerfile`:
|
|||||||
#### Shutting down your process
|
#### Shutting down your process
|
||||||
|
|
||||||
`/sbin/my_init` handles termination of children processes at shutdown. When it receives a SIGTERM
|
`/sbin/my_init` handles termination of children processes at shutdown. When it receives a SIGTERM
|
||||||
it will pass the signal onto the child process for correct shutdown. If your process is started with
|
it will pass the signal onto the child processes for correct shutdown. If your process is started with
|
||||||
a shell script, make sure you `exec` the actual process, otherwise the shell will receive the signal
|
a shell script, make sure you `exec` the actual process, otherwise the shell will receive the signal
|
||||||
and not your process.
|
and not your process.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user