anasanjaria commented on issue #2330: Openwhisk deployment fail locally URL: https://github.com/apache/incubator-openwhisk/issues/2330#issuecomment-307525845 @nicschreiber As I mentioned in my previous [comment](https://github.com/apache/incubator-openwhisk/issues/2330) that I resolved this issue by stopping the docker service using this command `sudo service docker stop` and then running the docker deamon on specific port `sudo dockerd -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock` It help me to overcome the error `http://172.17.0.1:10001/ping` . But now I am facing the same error with different port number. that is `http://172.17.0.1:12001/ping` I thought that I don't have to explicitly run this docker daemon on specific port as I followed the provided installation script which sets the DOCKER_OPT. @csantanapr docker ps `CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 5ba4b7ae1260 whisk/nodejs6action:latest "/bin/sh -c 'node --e" 3 minutes ago Up 3 minutes wsk0_12_warmJsContainer_20170609T182109025Z 1e836f7cee27 whisk/nodejs6action:latest "/bin/sh -c 'node --e" 3 minutes ago Up 3 minutes wsk0_11_warmJsContainer_20170609T182103066Z 724498701e9c whisk/invoker:latest "/bin/sh -c 'exec /in" 23 hours ago Up 23 hours 0.0.0.0:12001->8080/tcp invoker0 6129d8e0191b whisk/controller:latest "/bin/sh -c 'controll" 23 hours ago Up 23 hours 0.0.0.0:10001->8080/tcp controller a6b925722b6c ches/kafka:0.10.0.1 "/start.sh" 23 hours ago Up 23 hours 7203/tcp, 0.0.0.0:9092->9092/tcp kafka a6f8589c6183 zookeeper:3.4 "/docker-entrypoint.s" 23 hours ago Up 23 hours 2888/tcp, 0.0.0.0:2181->2181/tcp, 3888/tcp zookeeper 5fb111fa500b gliderlabs/registrator "/bin/registrator -ip" 23 hours ago Up 23 hours registrator 4f4ea7beb45c consul:0.7.0 "docker-entrypoint.sh" 23 hours ago Up 23 hours 0.0.0.0:8300-8302->8300-8302/tcp, 0.0.0.0:8400->8400/tcp, 0.0.0.0:8301-8302->8301-8302/udp, 0.0.0.0:8500->8500/tcp, 0.0.0.0:8600->8600/udp, 8600/tcp consul 1702bbd95d41 couchdb:1.6 "tini -- /docker-entr" 24 hours ago Up 23 hours 0.0.0.0:5984->5984/tcp` the output of the other two command is more or less similar ---------------------------------------------------------------- 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
