knative/func

cannot create docker client: unable to parse docker host `/run/user/1000/podman/podman.sock`

Opened this issue · 3 comments

Running func deploy -b=s2i -v --build gives me the following error:

Building function image
Error: cannot create docker client: unable to parse docker host `/run/user/1000/podman/podman.sock`

here is he version I am using:

func version
v0.41.0-85-ge08155dd

Have you used unix schema? unix:////run/user/1000/podman/podman.sock

@matejvasek why was this closed? Was this fixed?

I think Matej is perhaps assuming that you have your docker host environment variable set to an absolute path rather than the one prefixed by unix:///, and that updating this would solve the issue?