-
Notifications
You must be signed in to change notification settings - Fork 198
Fix Runtime Fallback Logic for Podman and Docker #260
Copy link
Copy link
Closed
Labels
Description
When you have both podman and docker installed on your machine, but only docker runtime running. You get a failure in thv when running commands. This is because we check if the socketpaths exist before we choose the runtime, then we have a ping later on that inevitably fails because the runtime isn't running. The docker fallback would only work if you had no podman on your machine at all. Perhaps we should add some better code here that doesn't fall back to docker, until its both checked the existence of a podman socketpath AND if it fails the ping to the runtime.
Reactions are currently unavailable