From e352a175977b92102ca5fd0c694211d14bc40b35 Mon Sep 17 00:00:00 2001 From: tech-shrimp Date: Thu, 13 Jun 2024 07:25:24 +0800 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc21033f3b..1bcd1284d8 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ ALIYUN_NAME_SPACE,ALIYUN_REGISTRY_USER,ALIYUN_REGISTRY_PASSWORD,ALIYUN_REGIS 回到阿里云,镜像仓库,点击任意镜像,可查看镜像状态。(可以改成公开,拉取镜像免登录) ![](doc/开始使用.png) -在国内服务器pull镜像:
+在国内服务器pull镜像, 例如:
``` docker pull registry.cn-hangzhou.aliyuncs.com/shrimp-images/alpine ``` -registry.cn-hangzhou.aliyuncs.com 即 ALIYUN_REGISTRY
-shrimp-images 即 ALIYUN_NAME_SPACE
-alpine 即阿里云中显示的镜像名
+registry.cn-hangzhou.aliyuncs.com 即 ALIYUN_REGISTRY(阿里云仓库地址)
+shrimp-images 即 ALIYUN_NAME_SPACE(阿里云命名空间)
+alpine 即 阿里云中显示的镜像名
### 多架构 需要在images.txt中用 --platform=xxxxx手动指定镜像架构