#hi it s not necessary to spawn the
1 messages · Page 1 of 1 (latest)
ok!
how coupled is that process with the Docker binary? I tried all kinds of combinations to get Dagger to work with Podman , even creating an alias docker=podman but the only thing that worked for me was to use the _EXPERIMENTAL_DAGGER_RUNNER_HOST env flag
yes, it's quite coupled to the docker CLI currently. Having said that, we were expecting that symlinking docker=podman as you mentioned would work out of the box since we had some users that reported it worked in the past.
have you tried symlinking instead of aliases?
aliases work only in the context of a shell and the engine is invoking the docker CLI without it