This commit is contained in:
fofolee
2019-04-20 13:36:40 +08:00
parent 359d29ee0b
commit aa3587a7f2
6900 changed files with 258583 additions and 2326828 deletions

View File

@@ -1,12 +1,12 @@
<h1>Docker push 命令</h1>
<p><strong>docker push : </strong>将本地的镜像上传到镜像仓库,要先登陆到镜像仓库</p>
<h3>语法</h3>
<pre>docker push [OPTIONS] NAME[:TAG]</pre>
<p>OPTIONS说明</p>
<ul>
<li><p><strong>--disable-content-trust :</strong>忽略镜像的校验,默认开启</p></li>
</ul>
<h3>实例</h3>
<p>上传本地镜像myapache:v1到镜像仓库中。</p>
<pre>docker push myapache:v1</pre>
<!-- 其他扩展 -->
<h1>Docker push 命令</h1>
<p><strong>docker push : </strong>将本地的镜像上传到镜像仓库,要先登陆到镜像仓库</p>
<h3>语法</h3>
<pre>docker push [OPTIONS] NAME[:TAG]</pre>
<p>OPTIONS说明</p>
<ul>
<li><p><strong>--disable-content-trust :</strong>忽略镜像的校验,默认开启</p></li>
</ul>
<h3>实例</h3>
<p>上传本地镜像myapache:v1到镜像仓库中。</p>
<pre>docker push myapache:v1</pre>
<!-- 其他扩展 -->