Does a docker container launched from Docker-in-Docker container inherit orphan/zombie reaping from the docker-in-docker container? -
i have docker image x built alpine:3.4 has tini (https://github.com/krallin/tini) installed zombie pid-1 reaping. x has docker installed inside (and docker socket volume mounted). suppose container c run x creates new container n , n's image created alpine. question n's image need have tini installed in it? or "inherit" zombie/orphan process reaping c?
Comments
Post a Comment