Running Zipkin

The quickest way to get up and started with Zipkin is with Docker:

Running Zipkin with Docker

  1. $ docker run -d -p 9411:9411 openzipkin/zipkin

You can then open a browser tab to the location [http://localhost:9411](http://localhost:9411) to view traces.