-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-images.txt
More file actions
35 lines (26 loc) · 971 Bytes
/
docker-images.txt
File metadata and controls
35 lines (26 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---[ Tracing - Docker images ]---
---[ Jaeger
-[ all-in-one
docker run -d --rm --name jaeger \
-p 5775:5775/udp -p 6831:6831/udp -p 6832:6832/udp -p 5778:5578 -p 16686:16686 -p 14268:14268 -p 9411:9411 \
--net bridge --add-host=<DOCKER_HOST_NAME>:<DOCKER_HOST_IP> \
jaegertracing/all-in-one
-[ single components
see https://www.jaegertracing.io/docs/deployment/
---[ Zipkin
docker run -d --rm --name zipkin \
-p 9410:9410 -p 9411:9411 \
--net bridge --add-host=<DOCKER_HOST_NAME>:<DOCKER_HOST_IP> \
openzipkin/zipkin
---[ Links
-[ Jaeger
https://www.jaegertracing.io/
https://github.com/jaegertracing/jaeger
https://github.com/jaegertracing/jaeger/tree/master/docker-compose
https://github.com/jaegertracing/jaeger-kubernetes
https://github.com/kubernetes/charts/tree/master/incubator/jaeger
-[ Zipkin
http://zipkin.io
https://github.com/openzipkin/zipkin
https://github.com/openzipkin/docker-zipkin
https://github.com/openzipkin/brave