Minor nitpick: The comment block at the top of the script from https://get.docker.com/rootless mentions checking its contents against the install.sh located in this repo. It's probably meant to be rootless-install.sh. It looks like a copy-paste oversight from an old version of install.sh.
|
# NOTE: Make sure to verify the contents of the script |
|
# you downloaded matches the contents of install.sh |
|
# located at https://github.com/docker/docker-install |
|
# before executing. |
Minor nitpick: The comment block at the top of the script from https://get.docker.com/rootless mentions checking its contents against the
install.shlocated in this repo. It's probably meant to berootless-install.sh. It looks like a copy-paste oversight from an old version ofinstall.sh.docker-install/rootless-install.sh
Lines 12 to 15 in 2687d91