mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-14 20:52:03 +01:00
6 lines
127 B
Bash
6 lines
127 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
docker run --name jaeger -d -p6831:6831/udp -p6832:6832/udp -p16686:16686 jaegertracing/all-in-one:latest
|