--
You received this message because you are subscribed to the Google Groups "Kong" group.
To unsubscribe from this group and stop receiving emails from it, send an email to konglayer+unsubscribe@googlegroups.com.
To post to this group, send email to kong...@googlegroups.com.
Visit this group at https://groups.google.com/group/konglayer.
To view this discussion on the web visit https://groups.google.com/d/msgid/konglayer/418ed33a-893b-436e-b82b-ac70cdd053cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Please use the new instructions at https://getkong.org/install/docker/
On Tue, Sep 20, 2016 at 7:38 AM, <nicolas.l...@gmail.com> wrote:
Hello,
I want to install the new Kong version with Docker.
I installed a database (I tried with Cassandra and Postgres).
docker run -d --name kong-database -p 9042:9042 cassandra:2.2
When I launched Kong docker container, it worked during 1 minute before crashed.
ubuntu@kong:~$ docker run -d --name kong -e "KONG_DATABASE=cassandra" -e "KONG_CASSANDRA_CONTACT_POINTS=kong-database" --link kong-database:kong-database -p 8000:8000 -p 8443:8443 -p 8001:8001 -p 7946:7946 -p 7946:7946/udp --security-opt seccomp:unconfined mashape/kong
I listed all docker container and the Kong container exited with exit code 1.
ubuntu@kong:~$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
21156078aff6 mashape/kong "/docker-entrypoint.s" 24 minutes ago Exited (1) 23 minutes ago kong
c877c6e1b36b cassandra:2.2 "/docker-entrypoint.s" About an hour ago Up About an hour 7000-7001/tcp, 7199/tcp, 9160/tcp, 0.0.0.0:9042->9042/tcp kong-database
Can you help me ?
Thanks,
Nicolas
--
You received this message because you are subscribed to the Google Groups "Kong" group.
To unsubscribe from this group and stop receiving emails from it, send an email to konglayer+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/konglayer/d5093d6b-d5e9-47fd-9cb3-591a09c81f80%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to konglayer+unsubscribe@googlegroups.com.
To post to this group, send email to kong...@googlegroups.com.
Visit this group at https://groups.google.com/group/konglayer.
To view this discussion on the web visit https://groups.google.com/d/msgid/konglayer/d8b2419a-519e-44a5-bf51-fadf638ddfc1%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to konglayer+unsubscribe@googlegroups.com.
To post to this group, send email to kong...@googlegroups.com.
Visit this group at https://groups.google.com/group/konglayer.
To view this discussion on the web visit https://groups.google.com/d/msgid/konglayer/df2e6fef-77b3-47f2-84b4-2141591b1a2a%40googlegroups.com.