Hi, I’ve installed the docker
and docker-compose
packages on a fresh install today
I can bring up compose projects with docker compose up
, with the exception of those that use an init: true
flag on a service
When that happens I get the following error: Error response from daemon: exec: "docker-init": executable file not found in $PATH
Is this binary distributed in a different package I haven’t found, or is there likely to be some kind of configuration issue causing this?
I think normally this would just call tini
, so I tried installing that package too - but no luck