We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176fc08 commit 8471385Copy full SHA for 8471385
docs/gh_image_to_aliyun_image.md
@@ -31,11 +31,11 @@ ALIYUN_PASSWWORD={配置访问凭证}
31
# 示例,仅支持ekgfrontend、runtime、ekgservice;其他镜像根据需求对docker-image-pull进行修改
32
33
# 登录阿里云镜像库
34
-docker login --username=dingtalk_rgfdbw registry.cn-hangzhou.aliyuncs.com
+docker login --username=xxx registry.cn-hangzhou.aliyuncs.com
35
36
# 拉取amd版本的runtime
37
docker pull registry.cn-hangzhou.aliyuncs.com/muagent/runtime:0.1.0-amd64
38
39
# 改成docker-compose.yaml 可以直接使用的版本
40
docker tag registry.cn-hangzhou.aliyuncs.com/muagent/runtime:0.1.0-amd64 runtime:0.1.0
41
-```
+```
0 commit comments