mirror of
https://github.com/moby/moby.git
synced 2026-07-01 04:07:43 +00:00
The daemon was modified to tell RootlessKit about host port mappings directly, rather than by running rootlesskit-docker-proxy to make those updates. DNAT rules created in rootless mode referred to the host IP address, rather than the address seen as host address in the rootless network namespace. With these changes, port mappings work in rootless mode when --userland-proxy=false - so, don't gate the RootlessKit API calls on starting docker-proxy. Signed-off-by: Rob Murray <rob.murray@docker.com>