Hi, it's possible to use different docker impleme...
# general
m
Hi, it's possible to use different docker implementations like
podman
or
kanilo
? It's really annoying to have pulumi ran in containized environment without DIND privilidege Hi, is it possible to specify
l
Yes. I use Pulumi in podman.
m
um, What I mean is using podman as `Pulumi`'s docker calls, ATM it expects
docker
executable to work
l
It may require an executable (though it shouldn't, that's what /var/run/docker.sock is for, we should get them to change the implementation!) but that executable could be podman...
ln -s /usr/bin/podman ~/.local/bin/docker
should do the trick?
m
eww, looked a bit dirty, but I'll get back to you once I tried it out