First of all, very beautiful Dockerfile and stuff 👍.
So I started the Docker container as the following:
docker run --publish=9292:9292 zappi/gemstash:1.1.0
WARNING: Tini has been relocated to /sbin/tini.
Please update your scripts to use /sbin/tini going forward.
/usr/bin/tini has been preserved for backwards compatibility in Alpine 3.4,
but WILL BE REMOVED in Alpine 3.5.
Starting gemstash!
[2018-02-23 08:05:09 +0000] - INFO - [11] Puma starting in cluster mode...
[2018-02-23 08:05:09 +0000] - INFO - [11] * Version 2.16.0 (ruby 2.4.1-p111), codename: Midwinter Nights Trance
[2018-02-23 08:05:09 +0000] - INFO - [11] * Min threads: 0, max threads: 0
[2018-02-23 08:05:09 +0000] - INFO - [11] * Environment: development
[2018-02-23 08:05:09 +0000] - INFO - [11] * Process workers: 1
[2018-02-23 08:05:09 +0000] - INFO - [11] * Phased restart available
[2018-02-23 08:05:09 +0000] - INFO - [11] * Listening on tcp://0.0.0.0:9292
[2018-02-23 08:05:09 +0000] - INFO - [11] Use Ctrl-C to stop
[2018-02-23 08:05:09 +0000] - INFO - [11] - Worker 0 (pid: 13) booted, phase: 0
But when I try to access it:
curl -vv http://localhost:9292
* Rebuilt URL to: http://localhost:9292/
* Trying ::1...
* TCP_NODELAY set
* Connected to localhost (::1) port 9292 (#0)
> GET / HTTP/1.1
> Host: localhost:9292
> User-Agent: curl/7.54.0
> Accept: */*
>
And nothing happen. Can you please help me to figure out what is going wrong?
First of all, very beautiful Dockerfile and stuff 👍.
So I started the Docker container as the following:
But when I try to access it:
And nothing happen. Can you please help me to figure out what is going wrong?