uTools-Manuals/docs/docker/docker push.html
2019-04-21 11:50:48 +08:00

13 lines
465 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>
<!-- 其他扩展 -->