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