You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/06/05 15:09:32 UTC

[GitHub] [apisix-ingress-controller] stillfox-lee commented on issue #1059: e2e-test: kind local registry network problem

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org