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

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -