Docker Server Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
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.
=Enable at Boot=
<pre>
systemctl enable docker
systemctl start docker
</pre>

Revision as of 21:22, 4 April 2017

Internal

Start

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

Enable at Boot

systemctl enable docker
systemctl start docker