mirror of
https://github.com/moby/moby.git
synced 2026-08-08 09:01:44 +00:00
`DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns` was broken
since f1e0746c08 (PR 48132, v28).
Fix issue 49499
ref: https://github.com/rootless-containers/rootlesskit/blob/v2.3.2/cmd/rootlesskit-docker-proxy/main.go#L196-L204
(used until Docker v27)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>