blob: ac6eb2afe68e77900e869f21ec18f1854a7c24a1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<h1>docker restart</h1> <p><br></p> <p>Restart one or more containers</p> <h2 id="usage">Usage</h2> <div class="highlight"><pre class="highlight" data-language="">$ docker restart [OPTIONS] CONTAINER [CONTAINER...]
</pre></div> <p>For example uses of this command, refer to the <a href="#examples">examples section</a> below.</p> <h2 id="options">Options</h2> <table> <thead> <tr> <td>Name, shorthand</td> <td>Default</td> <td>Description</td> </tr> </thead> <tbody> <tr> <td>
<code class="language-plaintext highlighter-rouge">--time</code> , <code class="language-plaintext highlighter-rouge">-t</code>
</td> <td><code class="language-plaintext highlighter-rouge">10</code></td> <td>Seconds to wait for stop before killing the container</td> </tr> </tbody> </table> <h2 id="examples">Examples</h2> <div class="highlight"><pre class="highlight" data-language="">$ docker restart my_container
</pre></div> <div class="_attribution">
<p class="_attribution-p">
© 2019 Docker, Inc.<br>Licensed under the Apache License, Version 2.0.<br>Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries.<br>Docker, Inc. and other parties may also have trademark rights in other terms used herein.<br>
<a href="https://docs.docker.com/engine/reference/commandline/restart/" class="_attribution-link">https://docs.docker.com/engine/reference/commandline/restart/</a>
</p>
</div>
|