Merge pull request #40460 from AkihiroSuda/cherrypick-40406-1903

[19.03 backport] dockerd-rootless.sh: remove confusing code comment
This commit is contained in:
Akihiro Suda 2020-02-09 04:23:57 +09:00 committed by GitHub
commit 130ae89dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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