Files
linuxkit/pkg/vpnkit-forwarder
Dave Tucker 5a225b9dc5 Makefile: Fix bug where network was not disabled
This commit moves the include statement to the bottom of the file to
ensure that all variables are set before conditionals are evaluated.

I also changed the ifndef NETWORK to ifdef NETWORK as the former was
incorrect. We want `NET_OPTS="--network=none"` in cases where NETWORK is
not defined.

Fixes: #2134

Signed-off-by: Dave Tucker <dt@docker.com>
2017-06-30 11:55:08 +01:00
..

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.