Docker Server Operations: Difference between revisions

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


=Enable at Boot=
=Enable at Boot=
==systemd==


<pre>
<pre>
Line 14: Line 16:
systemctl start docker
systemctl start docker
</pre>
</pre>
==init.d==


=Start=
=Start=

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

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

TODO

Troubleshooting