Running the launch script hangs at this point:
"Waiting for redis to be up at 172.18.0.2:6379 ... ."
Running docker ps I see the following services have launched:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
133b354da049 eucm/kzk:0.11.0.1 "supervisord -n" About a minute ago Up About a minute 127.0.0.1:2181->2181/tcp, 127.0.0.1:9092->9092/tcp kzk
c6c564ac130b mongo:3.4 "docker-entrypoint.s…" About a minute ago Up About a minute 27017/tcp mongo
1bc2774f170d redis:4.0.2-alpine "docker-entrypoint.s…" About a minute ago Up About a minute 6379/tcp redis
d8be1b2cbc6d docker.elastic.co/elasticsearch/elasticsearch:5.6.2 "/bin/bash bin/es-do…" About a minute ago Up About a minute 127.0.0.1:9200->9200/tcp, 127.0.0.1:9300->9300/tcp elastic5
(Note that the container host/port that Redis is running on does not respond for redis-cli or netcat either when I try that manually.)
I'm using Docker 18.06.01-ce, compose 1.17.0 on Mac OS X with homebrew.
Running the launch script hangs at this point:
"Waiting for redis to be up at 172.18.0.2:6379 ... ."
Running docker ps I see the following services have launched:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
133b354da049 eucm/kzk:0.11.0.1 "supervisord -n" About a minute ago Up About a minute 127.0.0.1:2181->2181/tcp, 127.0.0.1:9092->9092/tcp kzk
c6c564ac130b mongo:3.4 "docker-entrypoint.s…" About a minute ago Up About a minute 27017/tcp mongo
1bc2774f170d redis:4.0.2-alpine "docker-entrypoint.s…" About a minute ago Up About a minute 6379/tcp redis
d8be1b2cbc6d docker.elastic.co/elasticsearch/elasticsearch:5.6.2 "/bin/bash bin/es-do…" About a minute ago Up About a minute 127.0.0.1:9200->9200/tcp, 127.0.0.1:9300->9300/tcp elastic5
(Note that the container host/port that Redis is running on does not respond for redis-cli or netcat either when I try that manually.)
I'm using Docker 18.06.01-ce, compose 1.17.0 on Mac OS X with homebrew.