We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d87fc commit aa7edfbCopy full SHA for aa7edfb
examples/hotrod/README.md
@@ -49,11 +49,10 @@ go run ./main.go all
49
docker run \
50
--rm \
51
--link jaeger \
52
- --env JAEGER_AGENT_HOST='jaeger' \
53
- --env JAEGER_AGENT_PORT=6831 \
54
-p8080-8083:8080-8083 \
55
- jaegertracing/example-hotrod:1.8 \
56
- all
+ jaegertracing/example-hotrod:1.6 \
+ all \
+ --jaeger-agent.host-port=jaeger:6831
57
```
58
59
Then open http://127.0.0.1:8080
0 commit comments