Skip to content

Commit

Permalink
Readme docker run expose all ports
Browse files Browse the repository at this point in the history
  • Loading branch information
pavolloffay committed Feb 21, 2018
1 parent fadd55f commit 83fae78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hotrod/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ go run ./main.go all

### Run HotROD from docker
```bash
docker run --rm -it --link jaeger -p8080:8080 jaegertracing/example-hotrod:latest /go/bin/hotrod-linux all --jaeger-agent.host-port=jaeger:6831
docker run --rm -it --link jaeger -p8080-8083:8080-8083 jaegertracing/example-hotrod:latest /go/bin/hotrod-linux all --jaeger-agent.host-port=jaeger:6831
```


Then open http://127.0.0.1:8080


Expand Down

0 comments on commit 83fae78

Please sign in to comment.