Block a user
quiche (v0.9.0)
Published 2022-09-21 00:15:16 +02:00 by michael
Installation
docker pull git.rust.cloud/michael/quiche:v0.9.0sha256:93291e41042407cb619e465c538e5c7e1d1228705fee78e004c9d9b5c3bd4b78
Image Layers
| ADD file:b83df51ab7caf8a4dc35f730f5a18a59403300c59eecae4cf5779cba0f6fda6e in / |
| CMD ["bash"] |
| RUN /bin/sh -c apt-get update && apt-get install -y wget net-tools iputils-ping tcpdump ethtool iperf iproute2 # buildkit |
| COPY setup.sh . # buildkit |
| RUN /bin/sh -c chmod +x setup.sh # buildkit |
| COPY run_endpoint.sh . # buildkit |
| RUN /bin/sh -c chmod +x run_endpoint.sh # buildkit |
| RUN /bin/sh -c wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod +x wait-for-it.sh # buildkit |
| ENTRYPOINT ["/run_endpoint.sh"] |
| WORKDIR /quiche |
| COPY /build/tools/apps/target/debug/quiche-client /build/tools/apps/target/debug/quiche-server /build/tools/qns/run_endpoint.sh ./ # buildkit |
| ENV RUST_LOG=trace |
| ENTRYPOINT ["./run_endpoint.sh"] |