基礎原理:容器技术/Docker/Engine:修订间差异
来自開源之海
创建页面,内容为“= Docker Engine = 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 <code>dockerd</code>. * APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon. * A command line interface (CLI) client <code>docker</code>. The CLI uses Docker APIs to control or interact with…” |
|||
| 第1行: | 第1行: | ||
= Docker Engine = | = Docker Engine = | ||
Docker Engine | Docker Engine (Docker引擎)是一个用于创建并容器化你的应用程序的开源的集装箱化技术。Docker引擎作为一个客户端-服务器端的应用模式包含如下组件: | ||
* | * 一个长时间在后台运行的进程(daemon process)作为服务器端 <code>dockerd</code>. | ||
* APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon. | * APIs which specify interfaces that programs can use to talk to and instruct the Docker daemon. | ||
* A command line interface (CLI) client <code>docker</code>. | * A command line interface (CLI) client <code>docker</code>. | ||
2026年5月4日 (一) 12:46的版本
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.
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.
