buildx: Cannot connect to the Docker daemon at unix #3511
Replies: 2 comments
-
The first problem is the need to run with privileged option. The second problem, iptables don't be used because error: Invalid argument Create an image and replacing the /sbin/iptables, the command is a symbolic link to /sbin/xtables-nft-multi, to solve the problem, create a symbolic link /sbin/iptables pointing to xtables-legacy-multi, and this solves the problem to start dockerd. But I think the better solution is to use kaniko |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of #3537 which contains more details |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After upgrade to 2.4.0, buildx can't be used, always returning this error:
Log
Environment: k8s
Beta Was this translation helpful? Give feedback.
All reactions