Skip to content

Commit

Permalink
Update markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lightislost authored Nov 14, 2024
1 parent 176fc08 commit 8471385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/gh_image_to_aliyun_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ ALIYUN_PASSWWORD={配置访问凭证}
# 示例,仅支持ekgfrontend、runtime、ekgservice;其他镜像根据需求对docker-image-pull进行修改

# 登录阿里云镜像库
docker login --username=dingtalk_rgfdbw registry.cn-hangzhou.aliyuncs.com
docker login --username=xxx registry.cn-hangzhou.aliyuncs.com

# 拉取amd版本的runtime
docker pull registry.cn-hangzhou.aliyuncs.com/muagent/runtime:0.1.0-amd64

# 改成docker-compose.yaml 可以直接使用的版本
docker tag registry.cn-hangzhou.aliyuncs.com/muagent/runtime:0.1.0-amd64 runtime:0.1.0
```
```

0 comments on commit 8471385

Please sign in to comment.