基礎原理:容器技术/Docker/Engine

来自開源之海

Docker Engine

Docker Engine (Docker引擎)是一个用于创建并容器化你的应用程序的开源的集装箱化技术。Docker引擎作为一个客户端-服务器端的应用模式包含如下组件:

  • 一个长时间在后台运行的进程(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.


Open source

Build and ship any application anywhere.
The industry-leading container runtime.
Define and run multi-container applications.

AI

Streamline your workflow with your personal AI assistant.
View and manage your local models.



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.