This message was deleted.
# general
s
This message was deleted.
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