mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 18:01:10 +00:00
9 lines
131 B
Bash
9 lines
131 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
docker run --rm \
|
||
|
|
-p 16686:16686 \
|
||
|
|
-p 4318:4318 \
|
||
|
|
jaegertracing/all-in-one:latest
|
||
|
|
|
||
|
|
open "http://localhost:16686"
|