Signal Handling as PID 1 in a Docker Container / Writing my own init process

When your process runs as PID 1 in a Docker container, signal handling behaves differently to what you might expect. Well PID 1 is special in Linux, amongst other things it ignores any signals unless… Read more

Similar