Update install.sh

pull/608/head
Mr Chen 11 months ago
parent 6287dc523d
commit aee881b302
  1. 21
      plugins/docker/install.sh

@ -17,6 +17,27 @@ if [ -f ${rootPath}/bin/activate ];then
source ${rootPath}/bin/activate source ${rootPath}/bin/activate
fi fi
# {
# "registry-mirrors": [
# "http://hub-mirror.c.163.com",
# "https://docker.mirrors.ustc.edu.cn",
# "https://registry.docker-cn.com"
# ]
# }
# sudo mkdir -p /etc/docker
# sudo tee /etc/docker/daemon.json <<-'EOF'
# {
# "registry-mirrors": [
# "http://hub-mirror.c.163.com",
# "https://docker.mirrors.ustc.edu.cn",
# "https://registry.docker-cn.com"
# ]
# }
# EOF
# sudo systemctl daemon-reload
# sudo systemctl restart docker
Install_Docker() Install_Docker()
{ {
# which docker # which docker

Loading…
Cancel
Save