dockerd-rootless.sh: remove confusing code comment
`--userland-proxy-path` is automatically set by dockerd:e6c1820ef5/cmd/dockerd/config_unix.go (L46)
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit9bd1ae024a
) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
5f6d6f3f22
commit
9338d0a6b5
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue