Use the zipkin-eureka Docker image
masterThe zipkin-eureka testing image provides a Zipkin server integrated with a Eureka Server for service discovery. The Eureka Server listens on port 8761.
In addition to standard docker-java environment variables, this image supports the following configuration options:
EUREKA_USERNAME: Username for authenticating endpoints under/eureka.EUREKA_PASSWORD: Password for authenticating endpoints under/eureka.JAVA_OPTS: Used to modify Eureka settings, such as adjusting the heap size.