Skip to content
Snippets Groups Projects
Commit d70893b3 authored by IsolatedSushi's avatar IsolatedSushi
Browse files

test

parent 08086f16
No related branches found
No related tags found
No related merge requests found
TO RUN TO RUN
We need a ENVOY proxy to translate the grpc web http2 requests We need a ENVOY proxy to translate the grpc web http2 requests
docker run -d -v <<insert path to directory here>>envoy.yaml:/etc/envoy/envoy.yaml:ro -p 8080:8080 -p 9090:9090 envoyproxy/envoy:v1.15.0
docker run -d -v \<\<insert path to directory here\>\>envoy.yaml:/etc/envoy/envoy.yaml:ro -p 8080:8080 -p 9090:9090 envoyproxy/envoy:v1.15.0
NOTE you have to use complete path (sometimes it complains when using relative paths, no idea why) NOTE you have to use complete path (sometimes it complains when using relative paths, no idea why)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment