question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Latest docker image, not working?

See original GitHub issue

I’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:closed
  • Created 7 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
kennedyoliveiracommented, Oct 3, 2016

Hey everyone, my surgery went ok, i’ll try to push the new version with a new docker image today! Sorry for the delay.

1reaction
kennedyoliveiracommented, Oct 4, 2016

The latest docker image is available now, i tested here and is working, waiting on your feedbacks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found