Skip to content

Commit

Permalink
doc(pages.quickstart): replace docker zipkin url (#179)
Browse files Browse the repository at this point in the history
 replace docker and docker-compose links

---------

Co-authored-by: alfredo-toledano <[email protected]>
  • Loading branch information
dancer1325 and alfredo-toledano authored Aug 19, 2024
1 parent 3fa5079 commit edab2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Regardless of how you start Zipkin, browse to http://your_host:9411 to find trac

## Docker

The [Docker Zipkin](https://github.com/openzipkin/docker-zipkin) project is able to build docker images, provide scripts and a [`docker-compose.yml`](https://github.com/openzipkin/docker-zipkin/blob/master/docker-compose.yml)
The [Docker Zipkin](https://github.com/openzipkin/zipkin/tree/master/docker) project is able to build docker images, provide scripts and a [`docker-compose.yml`](https://github.com/openzipkin/zipkin/blob/master/docker/examples/docker-compose.yml)
for launching pre-built images. The quickest start is to run the latest image directly:

~~~ bash
Expand Down

0 comments on commit edab2ea

Please sign in to comment.