You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/11/05 21:14:21 UTC

[GitHub] [openwhisk-apigateway] mhamann edited a comment on issue #345: container cannot resolve http://host.docker.internal

mhamann edited a comment on issue #345: container cannot resolve http://host.docker.internal
URL: https://github.com/apache/openwhisk-apigateway/issues/345#issuecomment-550020800
 
 
   I ran into this issue on another alpine-based w/ nginx container I was working with. Came across this answer on StackOverflow, which fixed it for me: https://stackoverflow.com/questions/35471967/nginx-doesnt-get-host-from-embedded-dns-in-docker-1-10-1
   
   Essentially, nginx is attempting to resolve an IPv6 address for the hostname, which isn't going to work in most cases. Disabling ipv6 resolves the problem. If IPv6 becomes more prolific, then we may need to revisit this down the road, but likely other things will have changed by that time, which will make the resolution path much less onerous.
   
   PR has been opened.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services