stillfox-lee commented on issue #1059:
URL:
https://github.com/apache/apisix-ingress-controller/issues/1059#issuecomment-1146831441
I use
```
docker run \
-d --restart=always -p "127.0.0.1:${reg_port}:5000" --name "${reg_name}"
\
registry:2
```
instead of
```
docker run \
-d --restart=always -p "${reg_port}:5000" --name "${reg_name}" \
registry:2
```
The local registry container will bind 127.0.0.1:5000 only. Then docker push
can work correctly.
Thanks for your reply! @tao12345666333
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]