This repo contains Dockerfiles for running the Netflix Hystrix Dashboard together with the Hystrix Demo app. To get both docker containers up and running use:
docker-compose up
To access the dashboard, go to:
- http://localhost:38080/
- Once at the dashboard, find your IP address and enter it into the "stream" field
- http://{ip address, not localhost}:48080/hystrix.stream
To access the demo app, go to:
To generate some traffing, run the following command:
while true; do curl "http://192.168.59.103:48080/"; done
- MacOS & Boot2Docker