From 83fae78511351420d67a2488e30e6d979cad9de8 Mon Sep 17 00:00:00 2001 From: Pavol Loffay Date: Wed, 21 Feb 2018 12:35:28 +0100 Subject: [PATCH] Readme docker run expose all ports --- examples/hotrod/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/hotrod/README.md b/examples/hotrod/README.md index 07d5c44bd56..dfb35a69d33 100644 --- a/examples/hotrod/README.md +++ b/examples/hotrod/README.md @@ -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