Skip to content

Running a Eureka server

shyam edited this page Sep 22, 2015 · 3 revisions

If you're making changes to this module or you just want to test it out, you might want to run your own Eureka server locally for your client to connect to. The easiest way to do that is to run the Eureka Docker image.

Run the server image

docker run -d --name eureka netflixoss/eureka:1.1.147

Access the status page

http://<DOCKER-MACHINE-IP>:<DOCKER-MACHINE-PORT>/eureka/

For documentation on the Eureka API, see the [https://github.com/Netflix/eureka/wiki/Eureka-REST-operations](project wiki page).

Clone this wiki locally