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

11 lines
394 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 port 命令</h1>
<p><strong>docker port :</strong>列出指定的容器的端口映射或者查找将PRIVATE_PORT NAT到面向公众的端口。</p>
<h3>语法</h3>
<pre>docker port [OPTIONS] CONTAINER [PRIVATE_PORT[/PROTO]]</pre>
<h3>实例</h3>
<p>查看容器mynginx的端口映射情况。</p>
<pre>runoob@runoob:~$ docker port mymysql
3306/tcp -&gt; 0.0.0.0:3306