Update sync-image.md (#361)
This commit is contained in:
parent
9458db787a
commit
f6943ab553
.github/ISSUE_TEMPLATE
|
@ -9,13 +9,14 @@ assignees: ''
|
||||||
|
|
||||||
SYNC docker.io/library/busybox:latest
|
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" \
|
||||||
> ``` bash
|
--body "SYNC docker.io/library/busybox:latest"
|
||||||
> gh -R DaoCloud/public-image-mirror issue create \
|
```
|
||||||
> --title "SYNC IMAGE" \
|
-->
|
||||||
> --body "SYNC docker.io/library/busybox:latest"
|
|
||||||
> ```
|
|
||||||
|
|
Loading…
Reference in New Issue