docker container kill -s SIGHUP myapp

Category: Docker

docker container kill -s SIGHUP myapp

Send a specific signal (e.g. SIGHUP to reload) to a container

Sends a specific signal to a container. SIGHUP is often used to trigger a configuration reload.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.