基礎原理:容器技术/Docker/Engine:修订间差异
来自開源之海
无编辑摘要 标签:2017年版源代码编辑 |
无编辑摘要 标签:2017年版源代码编辑 |
||
| 第10行: | 第10行: | ||
For more details, see Docker Architecture. | For more details, see Docker Architecture. | ||
<div style="display: flex; flex-wrap: wrap;"> | <div style="display: flex; flex-wrap: wrap;"> | ||
{{NavBox |link=基礎原理:容器技术/Docker/Engine/Install |title=Install Docker Engine |desc=爲您的分發版本安裝Docker引擎.}} | {{NavBox |link=基礎原理:容器技术/Docker/Engine/Install |title=Install Docker Engine |desc=爲您的分發版本安裝Docker引擎.}} | ||
| 第23行: | 第21行: | ||
{{NavBox |link=基礎原理:容器技术/Docker/Engine/release |title=Release notes |desc=最新版本的發行說明.}} | {{NavBox |link=基礎原理:容器技术/Docker/Engine/release |title=Release notes |desc=最新版本的發行說明.}} | ||
</div> | </div> | ||
== Licensing == | == 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. | 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. | ||
[[Category:Docker]] | [[Category:Docker]] | ||
2026年5月5日 (二) 00:16的版本
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.
爲您的分發版本安裝Docker引擎.
在Docker容器中使用持久化數據.
管理容器之間的網路連線.
瞭解如何檢視和閱讀容器日誌.
清理未使用的資源.
深入了解 Docker 守護程式的設定選項.
以非root權限執行Docker.
了解您應該停止使用Docker Engine的哪些功能.
最新版本的發行說明.
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.
