proxy-sdk 1.1.0

Write extensions for Proxy-WASM for WASM or Native environments
Documentation
1
2
3
4
# avoids making volumes so it'll work in Docker in Docker
FROM envoyproxy/envoy-dev:0b1c5aca39b8c2320501ce4b94fe34f2ad5808aa
COPY config /config
ENTRYPOINT [ "/usr/local/bin/envoy", "-c", "/config/envoy_wasm.yaml" ]