mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
460a9fcc20
Port forward stream mode will be used for k8s. Stream mode takes a UNIX socket and donates a connected FD to the sandbox in question, and returns. No proxy process is kept around to do the transfer and the UDS will be returned to containerd as the address on which to send i/o to the forwarded port. PiperOrigin-RevId: 521823250
3 lines
69 B
Docker
3 lines
69 B
Docker
FROM nginx:1.17.9
|
|
|
|
RUN apt-get update && apt-get install -y net-tools |