Latest docker image, not working?
See original GitHub issueI’ve tried your latest docker image and it does not appear to work. Any thoughts?
docker run --rm -ti -p 7979:7979 kennedyoliveira/hystrix-dashboard
18:33:01.181 [vert.x-eventloop-thread-1] INFO c.g.k.h.c.s.d.HystrixDashboardVerticle - Initializing the HystrixDashboardVerticle instance 1
18:33:01.210 [vert.x-eventloop-thread-1] INFO c.g.k.h.c.s.d.HystrixDashboardVerticle - Compression support enabled: true
18:33:01.344 [vert.x-eventloop-thread-1] INFO c.g.k.h.c.s.d.HystrixDashboardVerticle - Listening on port: 7979
18:33:01.344 [vert.x-eventloop-thread-1] INFO c.g.k.h.c.s.d.HystrixDashboardVerticle - Access the dashboard in your browser: http://localhost:7979/hystrix-dashboard/
18:33:01.346 [vert.x-eventloop-thread-0] INFO i.v.c.i.l.c.VertxIsolatedDeployer - Succeeded in deploying verticle
Via browser or Curl:
curl -v "http://localhost:7979/hystrix-dashboard/"
* Trying ::1...
* Connected to localhost (::1) port 7979 (#0)
> GET /hystrix-dashboard/ HTTP/1.1
> Host: localhost:7979
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Content-Length: 9
<
* Connection #0 to host localhost left intact
Not Found%
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (8 by maintainers)
Top Results From Across the Web
What's Wrong With The Docker :latest Tag? - vsupalov.com
Latest is Not Descriptive and Hard to Work With ¶. The Kubernetes docs are pretty clear on using Docker images with the :latest...
Read more >docker pull wouldn't pull latest image from remote
The first command you provided should pull the most recent version of the latest tag of your image from your registry. The only...
Read more >docker run doesn't pull down latest image if the image ...
The problem is that pulling on "run" becomes a modal operation. How the run command behaves w.r.t. pulling images has 2 modes: it...
Read more >How to Fix and Debug Docker Containers Like a Superhero
Container errors are tricky to diagnose, but some investigative magic works wonders. Read along to learn how to debug Docker containers.
Read more >How To Update Docker Image And Container {3 Easy Steps}
Are you running a container with an outdated Docker image? Update the Docker image and container to the latest version if a few...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey everyone, my surgery went ok, i’ll try to push the new version with a new docker image today! Sorry for the delay.
The latest docker image is available now, i tested here and is working, waiting on your feedbacks.