mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-06-09 07:24:04 +08:00
8 lines
281 B
HTML
8 lines
281 B
HTML
<h1>Docker wait 命令</h1>
|
|
<p><strong>docker wait :</strong> 阻塞运行直到容器停止,然后打印出它的退出代码。</p>
|
|
<h3>语法</h3>
|
|
<pre>docker wait [OPTIONS] CONTAINER [CONTAINER...]</pre>
|
|
<h3>实例</h3>
|
|
<pre>docker wait CONTAINER</pre>
|
|
<!-- 其他扩展 -->
|