Description
Container processes can run under a minimal init that reaps zombies and forwards signals correctly. Container image authors install it as an entrypoint helper for Docker or similar runtimes. Process supervision, signal handling, PID 1 behavior, child exits, and image entrypoint changes should be tested carefully.