Skip to content

Commit 9ea7302

Browse files
authored
Merge pull request aws-samples#301 from mvlbarcelos/fix-command-line-example
Expose port 5000.
2 parents 0ddb196 + 4177653 commit 9ea7302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-tracing/x-ray/readme.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Replace line 14 and change *image: <AWS::AccountId>.dkr.ecr.<AWS::Region>.amazon
8686

8787
. Test the docker image locally, you should get a reply when you `curl http://0.0.0.0:5000` :
8888

89-
$ docker run -it <AWS::AccountId>.dkr.ecr.<AWS::Region>.amazonaws.com/flaskxray:v1
89+
$ docker run -p 5000:5000 -it <AWS::AccountId>.dkr.ecr.<AWS::Region>.amazonaws.com/flaskxray:v1
9090

9191
Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
9292

0 commit comments

Comments
 (0)