Docker Server Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 20: Line 20:


=Start=
=Start=
==systemd==


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.  


<font color=red>TODO</font>
<font color=red>TODO</font>
==init.d==
As root:
<pre>
system docker start
</pre>


=Troubleshooting=
=Troubleshooting=

Revision as of 14:05, 19 April 2017

Internal

Relevance

  • Docker 17.03.1-ce

Enable at Boot

systemd

systemctl enable docker
systemctl start docker

init.d

Start

systemd

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

TODO

init.d

As root:

system docker start

Troubleshooting