添加离线镜像包的导入说明

This commit is contained in:
NewName
2025-05-17 15:00:55 +08:00
parent 4c67afead8
commit ac5027c6f2

View File

@@ -288,7 +288,7 @@
<h1>Docker离线镜像包下载</h1>
<div class="form-group">
<div class="info-text">每行输入一个镜像跟docker pull的格式一样多个镜像会自动打包到一起为zip包单个镜像为tar包。</div>
<div class="info-text">每行输入一个镜像跟docker pull的格式一样多个镜像会自动打包到一起为zip包单个镜像为tar包。导入镜像后需要手动为镜像添加名称和标签例如docker tag 1856948a5aa7 镜像名称:标签</div>
<textarea class="form-control" id="imageInput" placeholder="例如:&#10;nginx&#10;stilleshan/frpc&#10;stilleshan/frpc:0.62.1"></textarea>
</div>
@@ -528,4 +528,4 @@
});
</script>
</body>
</html>
</html>