Docker Server Operations

From NovaOrdis Knowledge Base
Revision as of 21:22, 4 April 2017 by Ovidiu (talk | contribs) (→‎Start)
Jump to navigation Jump to search

Internal

Start

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

Enable at Boot

systemctl enable docker
systemctl start docker