mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add Aliyun mirror support to hack/install.sh
Signed-off-by: hyzhou.zhy <hyzhou.zhy@alibaba-inc.com>
This commit is contained in:
parent
b847fe563a
commit
78f2e0011e
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ case "$mirror" in
|
|||
apt_url="https://mirror.azure.cn/docker-engine/apt"
|
||||
yum_url="https://mirror.azure.cn/docker-engine/yum"
|
||||
;;
|
||||
Aliyun)
|
||||
apt_url="https://mirrors.aliyun.com/docker-engine/apt"
|
||||
yum_url="https://mirrors.aliyun.com/docker-engine/yum"
|
||||
;;
|
||||
esac
|
||||
|
||||
command_exists() {
|
||||
|
|
Loading…
Add table
Reference in a new issue