connection refused for local private registry #2239
-
I created my local private registry and push an image through the command bellow.
Then I can check and pull the image successfully.
I create a Dockerfile as bellow
When executing ERROR INFO:
I have spent too much time on it, but no effect. Hope some one could give me some suggection. Thanks.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This should work: docker buildx create --driver-opt network=host --use |
Beta Was this translation helpful? Give feedback.
This should work: