docker-node icon indicating copy to clipboard operation
docker-node copied to clipboard

Best Practices: Handling Kernel Signals. Is it actually now?

Open dankolt opened this issue 3 years ago • 0 comments

In official node.js docker image node starts by command: https://github.com/nodejs/docker-node/blob/1759c97717a6abb1b5302580608bedaffaf36a2e/16/buster-slim/Dockerfile#L97 It means that process with node has PID 1.

dankolt avatar Aug 11 '22 09:08 dankolt