When the `start-docker` script is executed, some process is not properly
cleaned up and ends up in a zombie state.
Using the `init` flag when launching the container runs an init process
inside the container that will forward signals to node and reap
processes.
Fixes: #1428