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/05 09:35:35 UTC

[GitHub] satwikk commented on issue #164: make quick-start with docker-pull-full stuck and waits for controller status

satwikk commented on issue #164: make quick-start with docker-pull-full stuck and waits for controller status
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/164#issuecomment-427304236
 
 
   Following is the `docker ps` output 
   
   | CONTAINER ID | IMAGE                                    | COMMAND              | CREAT | ED |        |     | ST | ATUS  |   |                  | PORTS                                           |                    |                                  | NAMES                       |
   |--------------|------------------------------------------|----------------------|-------|----|--------|-----|----|-------|---|------------------|-------------------------------------------------|--------------------|----------------------------------|-----------------------------|
   | 561cf5f7f263 | openwhisk/nodejs6action:latest           | /bin/sh -c 'node --… | About | a  | minute | ago | Up | About | a | minute           |                                                 |                    |                                  | wsk0_1_prewarm_nodejs6      |
   | 34ee285cabda | openwhisk/nodejs6action:latest           | /bin/sh -c 'node --… | About | a  | minute | ago | Up | About | a | minute           |                                                 |                    |                                  | wsk0_2_prewarm_nodejs6      |
   | 7d3703e8e86d | openwhisk/apigateway:latest              | /usr/bin/dumb-init … | About | a  | minute | ago | Up | About | a | minute           | 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp, 0.0.0 | .0:9000->9000/tcp, | 8423/tcp, 0.0.0.0:9090->8080/tcp | openwhisk_apigateway_1      |
   | 2957f29311bf | landoop/kafka-topics-ui:0.9.3            | /run.sh              | About | a  | minute | ago | Up | About | a | minute           | 0.0.0.0:8001->8000/tcp                          |                    |                                  | openwhisk_kafka-topics-ui_1 |
   | b5233251aecf | openwhisk/invoker                        | /bin/sh -c 'exec /i… | About | a  | minute | ago | Up | About | a | minute           | 8080/tcp, 0.0.0.0:8085->8085/tcp                |                    |                                  | openwhisk_invoker_1         |
   | 7d8041e90f48 | openwhisk/controller                     | /bin/sh -c 'exec /i… | About | a  | minute | ago | Up | About | a | minute           | 0.0.0.0:2551->2551/tcp, 0.0.0.0:8888->8888/tcp, | 8080/tcp           |                                  | openwhisk_controller_1      |
   | 5838eee33855 | confluentinc/cp-kafka-rest:3.3.1         | /etc/confluent/dock… | About | a  | minute | ago | Up | About | a | minute           | 8082/tcp                                        |                    |                                  | openwhisk_kafka-rest_1      |
   | 041d2c2614f9 | wurstmeister/kafka:0.11.0.1              | start-kafka.sh       | About | a  | minute | ago | Up | About | a | minute           | 0.0.0.0:9092->9092/tcp                          |                    |                                  | openwhisk_kafka_1           |
   | 098da256c34f | apache/couchdb:2.1                       | tini -- /docker-ent… | About | a  | minute | ago | Up | About | a | minute           | 4369/tcp, 9100/tcp, 0.0.0.0:5984->5984/tcp      |                    |                                  | openwhisk_db_1              |
   | bd40d8b6ca94 | zookeeper:3.4                            | /docker-entrypoint.… | About | a  | minute | ago | Up | About | a | minute           | 0.0.0.0:2181->2181/tcp, 0.0.0.0:2888->2888/tcp, | 0.0.0.0:3888->388  | 8/tcp                            | openwhisk_zookeeper_1       |
   | 26a33e96d6db | redis:2.8                                | docker-entrypoint.s… | About | a  | minute | ago | Up | About | a | minute           | 0.0.0.0:6379->6379/tcp                          |                    |                                  | openwhisk_redis_1           |
   | 3c12b9beb5df | minio/minio:RELEASE.2018-07-13T00-09-07Z | /usr/bin/docker-ent… | About | a  | minute | ago | Up | About | a | minute (healthy) | 0.0.0.0:9001->9000/tcp                          |                    |                                  | openwhisk_minio_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