mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-30 00:03:16 +00:00
Adds /pkg/vpnkit-forwarder which downloads and builds vpnkit-forwarder and vpnkit-expose-port from moby/vpnkit. Also includes an example for forwarding `sshd` and updates the documentation for `hyperkit` to include a `vpnkit` section. `vpnkit` still requires a 9P mount for coordination, so the `socat` forwarding is simpler to set up at the moment. Signed-off-by: Magnus Skjegstad <magnus@skjegstad.com>
vpnkit-forwarder
This package provides vpnkit-forwarder and vpnkit-expose-port from vpnkit.
vpnkit-forwarder is a forwarding daemon used by Docker for Desktop to forward ports from Docker containers to the host via VSOCK.
vpnkit-expose-port is a userland proxy that opens ports by demand.
To coordinate with vpnkit both tools require access to the 9P port configuration mount point.