Update install.sh

pull/405/head
midoks 2 years ago
parent acbdb013ae
commit c2c8ea0ce6
  1. 16
      plugins/docker/install.sh

@ -46,16 +46,12 @@ Uninstall_Docker()
CMD=apt CMD=apt
fi fi
# if [ -f /usr/lib/systemd/system/docker.service ];then if [ -f /usr/lib/systemd/system/docker.service ];then
# systemctl stop docker systemctl stop docker
# systemctl disable docker systemctl disable docker
# rm -rf /usr/lib/systemd/system/docker.service rm -rf /usr/lib/systemd/system/docker.service
# systemctl daemon-reload systemctl daemon-reload
# fi fi
# if [ -f $serverPath/docker/initd/docker ];then
# $serverPath/docker/initd/docker stop
# fi
$CMD remove -y docker docker-ce-cli containerd.io $CMD remove -y docker docker-ce-cli containerd.io
# docker-client \ # docker-client \

Loading…
Cancel
Save