Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 492 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 492 Bytes

zipkin-mysql Docker image

The zipkin-mysql testing image runs MySQL 3.11.x initialized with Zipkin's schema for MySQL storage integration.

To build openzipkin/zipkin-mysql, from the top level of the repository, run:

$ docker build -t openzipkin/zipkin-mysql:test -f docker/storage/mysql/Dockerfile .

When running with docker-machine, you can connect like so:

$ mysql -h $(docker-machine ip) -u zipkin -pzipkin -D zipkin