--- description: Engine keywords: Engine redirect_from: - /edge/ - /engine/ce-ee-node-activate/ - /engine/misc/ - /linux/ - /manuals/ # TODO remove this redirect after we've created a landing page for the product manuals section title: Docker Engine overview --- Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with: - A server with a long-running daemon process [`dockerd`](/engine/reference/commandline/dockerd). - APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon. - A command line interface (CLI) client [`docker`](/engine/reference/commandline/cli/). The CLI uses [Docker APIs](api/index.md) to control or interact with the Docker daemon through scripting or direct CLI commands. Many other Docker applications use the underlying API and CLI. The daemon creates and manage Docker objects, such as images, containers, networks, and volumes. For more details, see [Docker Architecture](../get-started/overview.md#docker-architecture).
Learn how to install the open source Docker Engine for your distribution.
Use persistent data with Docker containers.
Manage network connections between containers.
Learn how to view and read container logs.
Tidy up unused resources.
Delve into the configuration options of the Docker daemon.
Run Docker without root privileges.
Find out what features of Docker Engine you should stop using.
Read the release notes for the latest version.