Skip to content

Instantly share code, notes, and snippets.

@mohak1712
Created April 17, 2019 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohak1712/361f0dda5d37045c3d0db90500e4cf91 to your computer and use it in GitHub Desktop.
Save mohak1712/361f0dda5d37045c3d0db90500e4cf91 to your computer and use it in GitHub Desktop.
FROM envoyproxy/envoy-dev:latest
COPY ./envoy.yaml /etc/envoy/envoy.yaml
CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml -l trace --log-path /tmp/envoy_info.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment