Envoy Binary from DockerHub

From UVOO Tech Wiki
Revision as of 21:20, 30 January 2022 by Busk (talk | contribs) (Created page with " ``` docker pull envoyproxy/envoy:v1.21-latest tar xf envoy.tar docker save -o envoy.tar envoyproxy/envoy:v1.21-latest find -name layer.tar -exec tar -xf {} \; # /usr/bin/en...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
 docker pull envoyproxy/envoy:v1.21-latest
tar xf envoy.tar
docker save -o envoy.tar envoyproxy/envoy:v1.21-latest
find -name layer.tar -exec tar -xf {} \;
# /usr/bin/envoy
lxc file push usr/local/bin/envoy my-envoy1/usr/local/bin/envoy