sdv43 / whaler

Docker Container Management
93 stars 9 forks source link

Running with podman #11

Closed your-local-developer closed 1 year ago

your-local-developer commented 1 year ago

I am trying to use this with podman, but I am getting this error:

Incorrect socket path "/run/podman/podman.sock" I installed this app via flatpak and checked the configurations. /run/podman/podman.sock is allowed.

I am running podman version 3.4.4

sdv43 commented 1 year ago

Hi, try to use this path "/run/user/1000/podman/podman.sock"

your-local-developer commented 1 year ago

That worked for me! Thank you so much 😺