telemere/projects/main/jaeger.sh
2024-08-28 16:53:31 +02:00

8 lines
131 B
Bash
Executable file

#!/bin/bash
docker run --rm \
-p 16686:16686 \
-p 4318:4318 \
jaegertracing/all-in-one:latest
open "http://localhost:16686"