1 Commits
Author SHA1 Message Date
Bruno ParmentierandGitHub 995458d035 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
2024-08-22 14:26:01 +02:00