From 9bd1ae024a2439d322866af5fed09d600374bb6a Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 24 Jan 2020 20:14:13 +0900 Subject: [PATCH] dockerd-rootless.sh: remove confusing code comment `--userland-proxy-path` is automatically set by dockerd: https://github.com/moby/moby/blob/e6c1820ef5de8c198b4ddec74440a7ea7b331194/cmd/dockerd/config_unix.go#L46 Signed-off-by: Akihiro Suda --- contrib/dockerd-rootless.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/dockerd-rootless.sh b/contrib/dockerd-rootless.sh index b14a0dd581..410013d9be 100755 --- a/contrib/dockerd-rootless.sh +++ b/contrib/dockerd-rootless.sh @@ -3,8 +3,6 @@ # # Usage: dockerd-rootless.sh --experimental [DOCKERD_OPTIONS] # Currently, specifying --experimental is mandatory. -# Also, to expose ports, you need to specify -# --userland-proxy-path=/path/to/rootlesskit-docker-proxy # # External dependencies: # * newuidmap and newgidmap needs to be installed.