linuxkit/pkg/vpnkit-expose-port
Rolf Neugebauer 7cf2c5abf7 pkg: Update all packages to the latest linuxkit/alpine
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
2018-01-25 13:42:33 +00:00
..
build.yml Convert all of pkg/* to linuxkit pkg build 2017-10-09 16:20:26 +01:00
Dockerfile pkg: Update all packages to the latest linuxkit/alpine 2018-01-25 13:42:33 +00:00
README.md

vpnkit-expose-port

This init-package provides vpnkit-expose-port and vpnkit-iptables-wrapper from vpnkit. The binaries are installed on the host in /usr/local/bin and can be bind mounted into a container with dockerd.

vpnkit-expose-port is a userland proxy that opens ports on the host by demand. To enable it, start dockerd with --userland-proxy-path pointing to the bind mounted binary.

vpnkit-iptables-wrapper is a wrapper for iptables that opens ports via vpnkit for swarm services. It has to be bind mounted as iptables in $PATH before the regular iptables binary.

To coordinate with vpnkit both tools require access to the 9P port configuration mount point.