summaryrefslogtreecommitdiff
path: root/devdocs/docker/engine%2Freference%2Fcommandline%2Fstart%2Findex.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/docker/engine%2Freference%2Fcommandline%2Fstart%2Findex.html')
-rw-r--r--devdocs/docker/engine%2Freference%2Fcommandline%2Fstart%2Findex.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/devdocs/docker/engine%2Freference%2Fcommandline%2Fstart%2Findex.html b/devdocs/docker/engine%2Freference%2Fcommandline%2Fstart%2Findex.html
new file mode 100644
index 00000000..79837ac8
--- /dev/null
+++ b/devdocs/docker/engine%2Freference%2Fcommandline%2Fstart%2Findex.html
@@ -0,0 +1,14 @@
+<h1>docker start</h1> <p><br></p> <p>Start one or more stopped containers</p> <h2 id="usage">Usage</h2> <div class="highlight"><pre class="highlight" data-language="">$ docker start [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">--attach</code> , <code class="language-plaintext highlighter-rouge">-a</code>
+</td> <td></td> <td>Attach STDOUT/STDERR and forward signals</td> </tr> <tr> <td><code class="language-plaintext highlighter-rouge">--checkpoint</code></td> <td></td> <td>
+<a href="../dockerd/index#daemon-configuration-file" target="_blank" rel="noopener" class="_"><span class="badge badge-warning" data-toggle="tooltip" title="Read about experimental daemon options (in a new window).">experimental (daemon)</span></a><br>Restore from this checkpoint</td> </tr> <tr> <td><code class="language-plaintext highlighter-rouge">--checkpoint-dir</code></td> <td></td> <td>
+<a href="../dockerd/index#daemon-configuration-file" target="_blank" rel="noopener" class="_"><span class="badge badge-warning" data-toggle="tooltip" title="Read about experimental daemon options (in a new window).">experimental (daemon)</span></a><br>Use a custom checkpoint storage directory</td> </tr> <tr> <td><code class="language-plaintext highlighter-rouge">--detach-keys</code></td> <td></td> <td>Override the key sequence for detaching a container</td> </tr> <tr> <td>
+<code class="language-plaintext highlighter-rouge">--interactive</code> , <code class="language-plaintext highlighter-rouge">-i</code>
+</td> <td></td> <td>Attach container's STDIN</td> </tr> </tbody> </table> <h2 id="examples">Examples</h2> <div class="highlight"><pre class="highlight" data-language="">$ docker start my_container
+</pre></div> <div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 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/start/" class="_attribution-link">https://docs.docker.com/engine/reference/commandline/start/</a>
+ </p>
+</div>