Hello,
Is there a way to specify an init process when running a docker based service? (Docker run reference | Docker Documentation).
My service won’t be able to launch without it (Render · The Easiest Cloud For All Your Apps)
Hello,
Is there a way to specify an init process when running a docker based service? (Docker run reference | Docker Documentation).
My service won’t be able to launch without it (Render · The Easiest Cloud For All Your Apps)
Render services run on Kubernetes behind the scenes, which doesn’t support --init
Docker commands. However, it looks like you may be able to use Tini in your Docker image to achieve similar results. I haven’t tested this out myself, but it seems like it should work here.