Skip to content

Instantly share code, notes, and snippets.

@Niraj-Fonseka
Created June 18, 2020 04:21
Show Gist options
  • Save Niraj-Fonseka/4861b06117a95b6c40db710202dd6684 to your computer and use it in GitHub Desktop.
Save Niraj-Fonseka/4861b06117a95b6c40db710202dd6684 to your computer and use it in GitHub Desktop.
FROM envoyproxy/envoy:v1.12.2
COPY ./envoy.yaml /etc/envoy/envoy.yaml
CMD /usr/local/bin/envoy -c /etc/envoy/envoy.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment