Skip to content

Commit 9f00738

Browse files
committed
docs: add markdown about dockerimage load
1 parent a7dd10d commit 9f00738

File tree

7 files changed

+41
-0
lines changed

7 files changed

+41
-0
lines changed

docs/gh_image_to_aliyun_image.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
3+
## 1、使用google/baidu 搜索 阿里云镜像服务
4+
5+
## 2、登录后点击管理控制台
6+
![](resources/aliyun_01.webp)
7+
8+
## 3、点击个人实例,如果没有就生成一个(免费的)
9+
![](resources/aliyun_02.webp)
10+
11+
## 4、创建命名空间,取名 muagent,默认私人仓库
12+
![](resources/aliyun_03.webp)
13+
14+
## 5、配置访问凭证
15+
![](resources/aliyun_04.webp)
16+
17+
## 6、fork codefuse-muagent仓库
18+
19+
## 7、去fork的仓库settings下配置密钥
20+
```bash
21+
ALIYUN_USERNAME={见访问凭证处的username}
22+
ALIYUN_PASSWWORD={配置访问凭证}
23+
```
24+
![](resources/aliyun_05.webp)
25+
26+
## 8、手动触发将指定镜像同步到个人的阿里云镜像,然后执行本地命令进行拉取阿里云镜像
27+
![](resources/aliyun_06.webp)
28+
29+
```bash
30+
# 本地执行拉取镜像
31+
# 示例,仅支持ekgfrontend、runtime、ekgservice;其他镜像根据需求对docker-image-pull进行修改
32+
33+
# 登录阿里云镜像库
34+
docker login --username=dingtalk_rgfdbw 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+
```

docs/resources/aliyun_01.webp

16.9 KB
Binary file not shown.

docs/resources/aliyun_02.webp

15.8 KB
Binary file not shown.

docs/resources/aliyun_03.webp

10.3 KB
Binary file not shown.

docs/resources/aliyun_04.webp

10.8 KB
Binary file not shown.

docs/resources/aliyun_05.webp

30.7 KB
Binary file not shown.

docs/resources/aliyun_06.webp

37.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)