eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

Investigate the use of init process for tools container

Open g-gaston opened this issue 3 years ago • 0 comments

What would you like to be added: Coming from here https://github.com/aws/eks-anywhere/issues/1116

Check if adding --init to our docker run command for the tools container can help with stuck containers

Why is this needed: From docker docs:

You can use the --init flag to indicate that an init process should be used as the PID 1 in the container. Specifying an init process ensures the usual responsibilities of an init system, such as reaping zombie processes, are performed inside the created container.

g-gaston avatar Feb 05 '22 00:02 g-gaston