mirror of
https://github.com/taoensso/telemere.git
synced 2025-12-17 01:51:10 +00:00
8 lines
131 B
Bash
Executable file
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"
|