← 返回首页
Docker Engine | Docker Docs

What can I help you with?

I'm Gordon, your AI assistant for Docker and documentation questions.

Try asking

Get started with Docker

Docker Hardened Images

MCP Toolkit

Create an org

Was this helpful?

remaining in this thread.

You've reached the maximum of questions per thread. For better answer quality, start a new thread.

Start a new thread
Share feedback
Answers are generated based on the documentation.
Home / Manuals / Docker Engine

Docker Engine

Table of contents

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.
  • APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon.
  • A command line interface (CLI) client docker.

The CLI uses Docker APIs 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 manages Docker objects, such as images, containers, networks, and volumes.

For more details, see Docker Architecture.

Licensing

Commercial use of Docker Engine obtained via Docker Desktop within larger enterprises (exceeding 250 employees OR with annual revenue surpassing $10 million USD), requires a paid subscription. Apache License, Version 2.0. See LICENSE for the full license.

Copyright © 2013-2026 Docker Inc. All rights reserved.