We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa02f59 commit 63cd34eCopy full SHA for 63cd34e
ghproxy/public/skopeo.html
@@ -288,7 +288,7 @@
288
<h1>Docker离线镜像包下载</h1>
289
290
<div class="form-group">
291
- <div class="info-text">每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包到一起为zip包,单个镜像为tar包。</div>
+ <div class="info-text">每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包到一起为zip包,单个镜像为tar包。导入镜像后需要手动为镜像添加名称和标签,例如:docker tag 1856948a5aa7 镜像名称:标签</div>
292
<textarea class="form-control" id="imageInput" placeholder="例如: nginx stilleshan/frpc stilleshan/frpc:0.62.1"></textarea>
293
</div>
294
@@ -528,4 +528,4 @@ <h1>Docker离线镜像包下载</h1>
528
});
529
</script>
530
</body>
531
-</html>
+</html>
0 commit comments