cannot create docker client: unable to parse docker host `/run/user/1000/podman/podman.sock`
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?
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.
@matzew did your DOCKER_HOST started with unix:// ?
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen. Mark the issue as
fresh by adding the comment /remove-lifecycle stale.