Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use init when running in Docker to avoid zombie process
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
- Loading branch information