Closed rpl-ffl closed 4 months ago
The following warning is found when running make
make
1 warning found (use --debug to expand): - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 51)
Further discussion: https://docs.docker.com/reference/build-checks/json-args-recommended/
This may be why the containers don't respond to SIGTERM and SIGKILL correctly.
SIGTERM
SIGKILL
The following warning is found when running
make
Further discussion: https://docs.docker.com/reference/build-checks/json-args-recommended/
This may be why the containers don't respond to
SIGTERM
andSIGKILL
correctly.