Docker run: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Client Operations =Overview=")
 
No edit summary
Line 4: Line 4:


=Overview=
=Overview=
=Options=
==--restart==
<pre>
docker run ... --restart=always ...
</pre>
See {{Internal|Docker - Start a Container Automatically|Start a Container Automatically}}

Revision as of 17:36, 19 April 2017

Internal

Overview

Options

--restart

docker run ... --restart=always ...

See

Start a Container Automatically