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 2018/11/21 08:06:24 UTC

[GitHub] bipinm commented on issue #173: failing with "dial tcp: lookup minio.docker on 127.0.0.11:53: no such host"

bipinm commented on issue #173: failing with "dial tcp: lookup minio.docker on 127.0.0.11:53: no such host"
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/173#issuecomment-440572667
 
 
   Same issue, unable to resolve even after setting "export DOCKER_HOST_IP=172.17.0.1". Did you solve this already ?
   
   ```
   checking required ports ... 
    ... OK
     ... preparing api-gateway configuration
   pinging minio...
   Creating openwhisk_minio_1_1e6e41817cb1 ... done
    ... OK
   2018/11/21 07:39:13 ERROR : Attempt 1/3 failed with 1 errors and: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: no such host
   2018/11/21 07:39:59 ERROR : Attempt 2/3 failed with 1 errors and: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: no such host
   2018/11/21 07:40:39 ERROR : Attempt 3/3 failed with 1 errors and: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: no such host
   2018/11/21 07:40:39 Failed to mkdir: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp: lookup minio.docker on 127.0.0.11:53: no such host
   Makefile:204: recipe for target 'setup' failed
   make: *** [setup] Error 1
   ```
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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