konveyor / move2kube-api

HTTP REST API for move2kube
https://move2kube.konveyor.io/
Apache License 2.0
6 stars 18 forks source link

fix: respect DOCKER_HOST env var for better container runtime Support #165

Closed rgolangh closed 3 months ago

rgolangh commented 3 months ago

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

github-actions[bot] commented 3 months ago

Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.