https://pulumi.com logo
m

miniature-shoe-76615

09/05/2021, 8:57 AM
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

little-cartoon-10569

09/05/2021, 9:34 PM
Yes. I use Pulumi in podman.
m

miniature-shoe-76615

09/06/2021, 2:36 AM
um, What I mean is using podman as `Pulumi`'s docker calls, ATM it expects
docker
executable to work
l

little-cartoon-10569

09/06/2021, 2:45 AM
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

miniature-shoe-76615

09/07/2021, 1:31 AM
eww, looked a bit dirty, but I'll get back to you once I tried it out
3 Views