Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 714 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 714 Bytes

zipkin-otel Docker image

This repository contains the Docker build definition for zipkin-otel.

This layers OpenTelemetry protocols on the base zipkin docker image.

Running

$ docker run -d -p 9411:9411 --name zipkin-otel \
  ghcr.io/openzipkin-contrib/zipkin-otel

Configuration

Configuration variables are detailed here.

Building

To build a zipkin-otel Docker image from source, in the top level of the repository, run:

$ build-bin/docker/docker_build openzipkin-contrib/zipkin-otel:test

To build from a published version, run this instead:

$ build-bin/docker/docker_build openzipkin-contrib/zipkin-otel:test 0.18.1