anasanjaria commented on issue #2330: Openwhisk deployment fail locally
URL: 
https://github.com/apache/incubator-openwhisk/issues/2330#issuecomment-309442323
 
 
   I am not sure about the deployment failure. After failure of this below 
command 
   
   `ansible-playbook -i environments/<environment> openwhisk.yml`
   
   I hit this URL `http://172.17.0.1:12001/ping` in my browser and it returns 
`pong` as a response. Here is my output of the command `docker ps`
   
   
![selection_002](https://user-images.githubusercontent.com/499739/27287428-e38b5d7e-5503-11e7-880f-ffe395187dda.png)
   
   Please note that for `Ubuntu 16.04 LTS`, we need to set the following 
options to start Docker daemon on a specific port.
   
   ```
   # cat /etc/systemd/system/docker.service.d/docker.conf 
   [Service]
   ExecStart=
   ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:4243 -H 
unix:///var/run/docker.sock --storage-driver=aufs
   ```
   Source: 
[https://sreeninet.wordpress.com/2017/01/27/docker-1-13-experimental-features/](https://sreeninet.wordpress.com/2017/01/27/docker-1-13-experimental-features/)
   
   And this is not 
[working](https://github.com/apache/incubator-openwhisk/blob/master/tools/ubuntu-setup/docker.sh#L20)
 for me.
   
   @csantanapr 
   
   - Can you please let me know if it's a successful deployment as I think the 
invoker is up? I have explicitly run `./bin/wskdev edge` to run nginx. 
   
   - Is it possible if I can use the latest version of Docker (docker-ce) for 
openwhisk deployment? I wanted to use live container migration feature of 
docker-ce in openwhisk.
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to