Docker Server Operations

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

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