mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
f0b405fbda
Now `docker run -p` ports can be exposed to the host namespace automatically when `dockerd-rootless.sh` is launched with
`--userland-proxy --userland-proxy-path $(which rootlesskit-docker-proxy)`.
This is akin to how Docker for Mac/Win works with `--userland-proxy-path=/path/to/vpnkit-expose-port`.
The port number on the host namespace needs to be set to >= 1024.
SCTP ports are currently unsupported.
RootlessKit changes:
|
||
---|---|---|
.. | ||
containerd.installer | ||
dockercli.installer | ||
gometalinter.installer | ||
install.sh | ||
proxy.installer | ||
rootlesskit.installer | ||
runc.installer | ||
tini.installer | ||
tomlv.installer | ||
vndr.installer |