You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be brief, sudo could solve this problem, and it's highly likely not a func problem. I am writing this to provide a solution.
I'm using func v0.42.1 and when I try to build a function, it always hangs. I can see that a new container has been created, but not starts with docker ps -a:
I downloaded the code, debugged it by line, and found it hung at docker/client/request.go:69
I think the problem might be, that if you don't have permission, you cannot send the request to the docker socket. But the container can be created, so I'm not sure if my guess is true.
The text was updated successfully, but these errors were encountered:
To be brief, sudo could solve this problem, and it's highly likely not a func problem. I am writing this to provide a solution.
I'm using func v0.42.1 and when I try to build a function, it always hangs. I can see that a new container has been created, but not starts with
docker ps -a
:And if I use
func build -v
, the output is below:and then it hangs forever.
I downloaded the code, debugged it by line, and found it hung at docker/client/request.go:69
I think the problem might be, that if you don't have permission, you cannot send the request to the docker socket. But the container can be created, so I'm not sure if my guess is true.
The text was updated successfully, but these errors were encountered: