Table of Contents

About

The daemon is:

  • a self-sufficient runtime for containers.
  • a background service running on the host that manages building, running and distributing Docker containers.

The daemon creates and manages Docker objects, such as:

The Docker daemon (dockerd) listens for Docker API requests. A daemon can also communicate with other daemons to manage Docker services.

Docker Daemon

See Docker - Architecture

Management

Start / Stop

Docker Engine (dockerd)

Docker Engine Windows

Windows Service

net stop com.docker.service
The Docker for Windows Service service is stopping.
The Docker for Windows Service service was stopped successfully.

net start com.docker.service
The Docker for Windows Service service is starting.
The Docker for Windows Service service was started successfully.

Docker Daemon Windows

Settings

Docker Daemon Settings

Documentation / Reference