File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,13 @@ checks() {
114114 if [ -x " $BIN /$DAEMON " ]; then
115115 # If rootless installation is detected print out the modified PATH and DOCKER_HOST that needs to be set.
116116 echo " # Existing rootless Docker detected at $BIN /$DAEMON "
117- echo " # See https://docs.docker.com/go/rootless/ for the usage."
117+ echo
118+ echo " # To reinstall or upgrade rootless Docker, run the following commands and then rerun the installation script:"
119+ echo " systemctl --user stop docker"
120+ echo " rm -f $BIN /$DAEMON "
121+ echo
122+ echo " # Alternatively, install the docker-ce-rootless-extras RPM/deb package for ease of package management (requires root)."
123+ echo " # See https://docs.docker.com/go/rootless/ for details."
118124 exit 0
119125 fi
120126
You can’t perform that action at this time.
0 commit comments