Update sync-image.md (#359)

This commit is contained in:
Shiming Zhang 2023-09-12 11:43:43 +08:00 committed by GitHub
parent da407c3926
commit 9458db787a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -10,6 +10,12 @@ assignees: ''
SYNC docker.io/library/busybox:latest
请修改上面的内容,将 `docker.io/library/busybox:latest` 改为你要同步的镜像
注意, 标题不要改哦
> 请修改上面的内容,将 `docker.io/library/busybox:latest` 改为你要同步的镜像
> 注意, 标题不要改哦
>
> 或者可以直接使用命令
> ``` bash
> gh -R DaoCloud/public-image-mirror issue create \
> --title "SYNC IMAGE" \
> --body "SYNC docker.io/library/busybox:latest"
> ```