Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Respect DOCKER_HOST env var for better container runtime Support (#165)
DOCKER_HOST is now respected so the binary could be run again other runtimes like podman, that exposes a compatible socket based api. To use it export DOCKER_HOST=unix:///run/user/1000/podman/podman.sock for running with a non root user. If DOCKER_HOST is not exported then the default path /var/run/docker.socket Signed-off-by: Roy Golan <rgolan@redhat.com>
- Loading branch information