We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ddb196 + 4177653 commit 9ea7302Copy full SHA for 9ea7302
app-tracing/x-ray/readme.adoc
@@ -86,7 +86,7 @@ Replace line 14 and change *image: <AWS::AccountId>.dkr.ecr.<AWS::Region>.amazon
86
87
. Test the docker image locally, you should get a reply when you `curl http://0.0.0.0:5000` :
88
89
- $ docker run -it <AWS::AccountId>.dkr.ecr.<AWS::Region>.amazonaws.com/flaskxray:v1
+ $ docker run -p 5000:5000 -it <AWS::AccountId>.dkr.ecr.<AWS::Region>.amazonaws.com/flaskxray:v1
90
91
Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
92
0 commit comments