Skip to content

Commit 63cd34e

Browse files
authored
添加离线镜像包的导入说明
1 parent fa02f59 commit 63cd34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ghproxy/public/skopeo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<h1>Docker离线镜像包下载</h1>
289289

290290
<div class="form-group">
291-
<div class="info-text">每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包到一起为zip包,单个镜像为tar包。</div>
291+
<div class="info-text">每行输入一个镜像,跟docker pull的格式一样,多个镜像会自动打包到一起为zip包,单个镜像为tar包。导入镜像后需要手动为镜像添加名称和标签,例如:docker tag 1856948a5aa7 镜像名称:标签</div>
292292
<textarea class="form-control" id="imageInput" placeholder="例如:&#10;nginx&#10;stilleshan/frpc&#10;stilleshan/frpc:0.62.1"></textarea>
293293
</div>
294294

@@ -528,4 +528,4 @@ <h1>Docker离线镜像包下载</h1>
528528
});
529529
</script>
530530
</body>
531-
</html>
531+
</html>

0 commit comments

Comments
 (0)