Created
June 18, 2020 04:21
-
-
Save Niraj-Fonseka/4861b06117a95b6c40db710202dd6684 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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