mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-03 17:29:56 +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>
10 lines
440 B
Markdown
10 lines
440 B
Markdown
### vpnkit-forwarder
|
|
|
|
This package provides `vpnkit-forwarder` and `vpnkit-expose-port` from [vpnkit](http://github.com/moby/vpnkit.git).
|
|
|
|
`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.
|