Skip to content

Instantly share code, notes, and snippets.

@uzbekdev1
Created October 17, 2021 20:24
Show Gist options
  • Save uzbekdev1/675324856315ec1fcd7b06d7ee63839d to your computer and use it in GitHub Desktop.
Save uzbekdev1/675324856315ec1fcd7b06d7ee63839d to your computer and use it in GitHub Desktop.
jaeger run docker
docker run -d --name jaeger -e COLLECTOR_ZIPKIN_HOST_PORT=:9411 -p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5778 -p 16686:16686 -p 14268:14268 -p 14250:14250 -p 9411:9411 jaegertracing/all-in-one:1.22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment