A standalone eureka server for testing purpose.
This is a Eureka Server developed with Spring Cloud Netflix (currently with Finchley.RELEASE).
docker run --net=host -d --name=eureka devmesh/eureka
It runs a eureka server in standalone mode (thus will not register itself to peers). Serves eureka dashboard on http://localhost:8761, and service registration on http://localhost:8761/eureka/
./gradlew clean build
docker build -t devmesh/eureka .
./gradlew bootrun