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/10/10 20:55:13 UTC

[GitHub] etagwerker edited a comment on issue #108: make quick-start fails when DOCKER_HOST isn't set

etagwerker edited a comment on issue #108: make quick-start fails when DOCKER_HOST isn't set
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/108#issuecomment-428721123
 
 
   I'm still running into this issue. I'm not sure if this is the same issue. I've tried setting DOCKER_HOST_IP to 127.0.0.1 and 172.17.0.1
   
   It continues to get stuck here: 
   
   ```
   waiting for the Whisk controller to come up ...
   until $(curl --output /dev/null --silent --head --fail http://172.17.0.1:8888/ping); do printf '.'; sleep 5; done
   ............................
   ```
   
   You can see the verbose log over here: https://gist.github.com/etagwerker/47387ef65f52fbac744d4012882d7404
   
   I'm using a Linux Amazon AMI and this version of docker-compose: 
   
   ```
   $ docker-compose --version
   docker-compose version 1.22.0, build f46880fe
   [ec2-user@ip-10-0-0-55 docker-compose]$ uname -a
   Linux ip-10-0-0-55 4.14.72-68.55.amzn1.x86_64 #1 SMP Fri Sep 28 21:14:54 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
   ```
   
   EDIT: FWIW using a bigger AWS instance fixed it for me. I was running a test with a `t2.micro`. It seems to work fine in a `t2.medium` 👍 

----------------------------------------------------------------
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