Why do you need an init process inside your Docker container (PID 1)
When you run your application inside a Docker container, it will be assigned process identifier (PID) 1. This particular PID is special in the Unix world. PID 1 is assigned to the very first process that the kernel starts, therefore it takes a specia...
daveiscoding.com7 min read