Docker Server Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:


Use <tt>dockerd</tt>, which is the utility to start the Docker in daemon mode.
Use <tt>dockerd</tt>, which is the utility to start the Docker in daemon mode.
<pre>
docker daemon -H unix:///var/run/docker -H tcp://0.0.0.0:2375
</pre>

Revision as of 21:18, 4 April 2017

Internal

Start

Use dockerd, which is the utility to start the Docker in daemon mode.