add thanks to aliyun.

This commit is contained in:
licsber 2024-04-12 02:35:24 +08:00
parent ac3d882923
commit f727da4470
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 9D7FB88B13C88D84

View File

@ -1,11 +1,13 @@
# Dockerfile # Dockerfile
Thanks AliYun.
```bash ```bash
# registry-vpc.cn-beijing.aliyuncs.com # registry-vpc.cn-beijing.aliyuncs.com
# registry-internal.cn-beijing.aliyuncs.com # registry-internal.cn-beijing.aliyuncs.com
REGISTRY=registry.cn-beijing.aliyuncs.com REGISTRY=registry.cn-beijing.aliyuncs.com
NAMESPACE=licsber NAMESPACE=licsber
REPO_NAME=github REPO_NAME=github
LABEL=lede LABEL=openwrt-x86
sudo docker pull "$REGISTRY/$NAMESPACE/$REPO_NAME:$LABEL" sudo docker pull "$REGISTRY/$NAMESPACE/$REPO_NAME:$LABEL"
``` ```