`--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>
| ... | ... |
@@ -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. |