Network connectivity issues while running docker bake
#1943
Unanswered
oxeye-mher
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I hope that someone maybe will be able to help me here.
I try to build my project with
docker buildx bake
command. It's work very well on a x86 linux computer, but when I try to build in on a M1 Mac, It crash because of network connectivity issues.Every time I try to build, it crash on some network operation (every time it's another one, it's random..) because of "The connection was closed" error or some SSL related error. For example -
I tried to update my mac, I tried to reinstall docker, but nothing helps, it's just crash during the bake.
Does anyone familiar with this issues? what should I try to do ?
Beta Was this translation helpful? Give feedback.
All reactions