We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35207d9 commit 04a4652Copy full SHA for 04a4652
examples/hotrod/README.md
@@ -49,10 +49,11 @@ 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 \
- jaegertracing/example-hotrod:1.6 \
- all \
55
- --jaeger-agent.host-port=jaeger:6831
+ jaegertracing/example-hotrod:1.8 \
56
+ all
57
```
58
59
Then open http://127.0.0.1:8080
0 commit comments