mirror of https://github.com/grpc/grpc-web.git
Add docker port mapping(for Mac/Win) to helloworld example
This commit is contained in:
parent
7a93e7f93e
commit
8c96b8cee3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue