mirror of
https://github.com/docker/cli.git
synced 2026-08-28 02:24:15 -05:00
a5049e19616ae9df0f36421b4d0e301a59cb7354
Docker daemon always stops healthcheck before sending signal to a container now. However, when we use "docker kill" to send signals other than SIGTERM or SIGKILL to a container, such as SIGINT, daemon still stops container health check though container process handles the signal normally and continues to work. Signed-off-by: Ruilin Li <liruilin4@huawei.com> (cherry picked from commit da574f93432e600fda561da5e6983e7f69b364a9) Signed-off-by: Dani Louca <dani.louca@docker.com> Upstream-commit: afee55c3740644be40882d883d8287782f2bc6c2 Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%