Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 221 Bytes

File metadata and controls

12 lines (7 loc) · 221 Bytes

Zipkin Service on Docker

This just Zipkin Service.

Run on Docker

docker run -d -p 9411:9411 openzipkin/zipkin

Zipkin UI should be available at _HOST:9411/zipkin/ e.g. http://192.168.99.100:9411/zipkin/