trailofbits / it-depends

A tool to automatically build a dependency graph and Software Bill of Materials (SBOM) for packages and arbitrary source code repositories.
https://blog.trailofbits.com/2021/12/16/it-depends/
GNU Lesser General Public License v3.0
329 stars 20 forks source link

Docker support broken for podman users #63

Closed nathantypanski closed 2 years ago

nathantypanski commented 2 years ago

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.