Why does a docker cli command exit with status 1 on a SIGTERM signal?
When I run a docker CLI command and send a SIGTERM signal to the process running the docker command, I would expect the process to exit with status 143 representing the SIGTERM but it actually exits with status 1. Why is this the case?