Hey, just double checking my understanding. You ca...
# ask-community
l
Hey, just double checking my understanding. You can't configure a Docker Container Infrastructure block (hosting locally) with podman, you need actual docker to make this work?
1
r
IIRC the Docker infrastructure block uses docker-py to talk to the Docker REST API, usually accessible at /var/run/docker.sock. Podman's REST API has compatibility endpoints that are (supposedly) identical to Docker's REST endpoints, so I think there's a decent chance it'll work if you're running the Podman API and create a symlink from /var/run/docker.sock to /run/podman/podman.sock. I haven't tried it, but now I want to.
l
Didn't have the podman API service started. But if you do turns out it creates that symlink for you by default
👍 1