Browse code

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 <akihiro.suda.cz@hco.ntt.co.jp>

Akihiro Suda authored on 2020/01/24 20:14:13
Showing 1 changed files
... ...
@@ -3,8 +3,6 @@
3 3
 #
4 4
 # Usage: dockerd-rootless.sh --experimental [DOCKERD_OPTIONS]
5 5
 # Currently, specifying --experimental is mandatory.
6
-# Also, to expose ports, you need to specify
7
-# --userland-proxy-path=/path/to/rootlesskit-docker-proxy
8 6
 #
9 7
 # External dependencies:
10 8
 # * newuidmap and newgidmap needs to be installed.