uTools-Manuals/docs/docker/docker kill.html
2019-05-07 10:37:34 +08:00

16 lines
441 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 kill 命令</h1>
<p><strong>docker kill</strong> :杀掉一个运行中的容器。</p>
<h3>语法</h3>
<pre><code class="language-Docker">docker kill [OPTIONS] CONTAINER [CONTAINER...]</code></pre>
<p>OPTIONS说明</p>
<ul><li>
<p><strong>-s :</strong>向容器发送一个信号</p>
</li></ul>
<h3>实例</h3>
<p>杀掉运行中的容器mynginx</p>
<pre>runoob@runoob:~$ docker kill -s KILL mynginx
mynginx