Docker support broken for podman users
nathantypanski opened this issue · 0 comments
nathantypanski commented
If /usr/bin/docker
is supplied via the podman
docker CLI, building the Docker API client fails.
Podman apparently does implement a REST API at unix:///run/podman/podman.sock
or (rootless) unix://$XDG_RUNTIME_DIR/podman/podman.sock
. The Podman API supposedly works with docker-py
, so I'd expect that Podman support is possible under the existing implementation.