Hi all,
I followed the instructions for the Kong docker installation (
https://getkong.org/install/docker/) and everything worked without issue until the last step, curl
http://127.0.0.1:8001 where I receive the following "curl: (7) Failed to connect to 127.0.0.1 port 8001: Connection refused". The container created is shown below.
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
db2737d9d456 mashape/cassandra "cassandra -f" 4 minutes ago Up 4 minutes 22/tcp, 7000-7001/tcp, 7199/tcp, 8888/tcp, 9160/tcp, 0.0.0.0:9042->9042/tcp cassandra
I am new to docker so any help would be appreciated!