更新 docker.sh
This commit is contained in:
parent
1c01e3e18e
commit
5489de1e70
@ -4,7 +4,7 @@
|
|||||||
USE_CHINA_MIRROR="yes"
|
USE_CHINA_MIRROR="yes"
|
||||||
|
|
||||||
# 询问用户是否使用国内镜像
|
# 询问用户是否使用国内镜像
|
||||||
read -p "是否使用国内镜像站点安装 Docker 和 Docker Compose?[yes/no] (默认: yes): " USE_CHINA_MIRROR
|
read -p "是否使用国内镜像站点安装 Docker 和 Docker Compose? [yes/no] (默认: yes): " USE_CHINA_MIRROR
|
||||||
USE_CHINA_MIRROR=${USE_CHINA_MIRROR:-yes}
|
USE_CHINA_MIRROR=${USE_CHINA_MIRROR:-yes}
|
||||||
|
|
||||||
# 设置镜像站点
|
# 设置镜像站点
|
||||||
|
Loading…
x
Reference in New Issue
Block a user