[BUG] cannot use Docker if podman machine is not running #179
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
Indicates an issue or PR lacks a `priority/foo` label and requires one.
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Is there an existing issue for this?
Konveyor version
latest
Priority
Major
Current Behavior
Trying to run kantra with Docker:
RUNNER_IMG=kantra:docker PODMAN_BIN=/usr/local/bin/docker go run main.go analyze
Was getting error:
Once I started a podman machine, the command worked. Although I was not using a podman image/bin.
Expected Behavior
Should be able to run kantra using docker without a podman machine running.
How Reproducible
Always (Default)
Steps To Reproduce
No response
Environment
- OS: Mac M1
Anything else?
No response
The text was updated successfully, but these errors were encountered: