wpybtw / hub-mirror

MIT License
0 stars 0 forks source link

[hub-mirror] 请求执行任务 #13

Open wpybtw opened 4 months ago

wpybtw commented 4 months ago

{ "hub-mirror": [ "格式:你需要转换的原始镜像$自定义镜像名:自定义标签名", "其中 $自定义镜像名:自定义标签名 是可选的", "以下是三个正确示例", "texlive/texlive:latest-full" ] }

github-actions[bot] commented 4 months ago

Hello,您可以直接执行该命令:

echo -e '\ndocker pull w497273/texlive.texlive:latest-full\ndocker tag w497273/texlive.texlive:latest-full texlive/texlive:latest-full' | bash

或是手动执行:


docker pull w497273/texlive.texlive:latest-full
docker tag w497273/texlive.texlive:latest-full texlive/texlive:latest-full

希望可以帮助到您,祝您周二愉快!