Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Eundoo Song <eundoo.song@gmail.com>
  • Loading branch information
eundoosong committed Oct 12, 2018
1 parent 35207d9 commit 04a4652
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/hotrod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ go run ./main.go all
docker run \
--rm \
--link jaeger \
--env JAEGER_AGENT_HOST='jaeger' \
--env JAEGER_AGENT_PORT=6831 \
-p8080-8083:8080-8083 \
jaegertracing/example-hotrod:1.6 \
all \
--jaeger-agent.host-port=jaeger:6831
jaegertracing/example-hotrod:1.8 \
all
```

Then open http://127.0.0.1:8080
Expand Down

0 comments on commit 04a4652

Please sign in to comment.