Running Zipkin
The quickest way to get up and started with Zipkin is with Docker:
Running Zipkin with Docker
$ docker run -d -p 9411:9411 openzipkin/zipkin
Navigate to [http://localhost:9411](http://localhost:9411)
to view traces.
本文档使用 BookStack 构建