Add docker port mapping(for Mac/Win) to helloworld example

This commit is contained in:
小橋 大助 2020-06-16 10:50:46 +09:00 committed by Stanley Cheung
parent 7a93e7f93e
commit 8c96b8cee3
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ run the 3 processes all in the background.
>
> ```sh
> $ docker run -d -v "$(pwd)"/envoy.yaml:/etc/envoy/envoy.yaml:ro \
> envoyproxy/envoy:v1.14.1
> -p 8080:8080 -p 9901:9901 envoyproxy/envoy:v1.14.1
> ```
3. Run the simple Web Server. This hosts the static file `index.html` and