基礎原理:容器技术/Docker/Engine:修订间差异

来自開源之海
Johnson留言 | 贡献
无编辑摘要
标签2017年版源代码编辑
Johnson留言 | 贡献
无编辑摘要
标签2017年版源代码编辑
第13行: 第13行:
== Open source ==
== Open source ==
<div style="display: flex; flex-wrap: wrap;">
<div style="display: flex; flex-wrap: wrap;">
{{NavBox |link=軟件:容器技術/Docker/Build |title=Docker Build |desc=Build and ship any application anywhere.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/Install |title=Install Docker Engine |desc=爲您的分發版本安裝Docker引擎.}}
{{NavBox |link=軟件:容器技術/Docker/Engine |title=Docker Engine |desc=The industry-leading container runtime.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/Storage |title=Storage |desc=在Docker容器中使用持久化數據.}}
{{NavBox |link=軟件:容器技術/Docker/Compose |title=Docker Compose |desc=Define and run multi-container applications.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/Networking |title=Networking |desc=管理容器之間的網路連線.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/Logs |title=Container Logs |desc=瞭解如何檢視和閱讀容器日誌.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/Prune |title=Prune |desc=清理未使用的資源.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/daemoncfg |title=Configure the daemon |desc=深入了解 Docker 守護程式的設定選項.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/rootless |title=Rootless mode |desc=以非root權限執行Docker.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/deprecated |title=Deprecated features |desc=了解您應該停止使用Docker Engine的哪些功能.}}
{{NavBox |link=基礎原理:容器技术/Docker/Engine/release |title=Release notes |desc=最新版本的發行說明.}}
</div>
</div>
== AI ==
<div style="display: flex; flex-wrap: wrap;">
{{NavBox |link=軟件:容器技術/AI/Gordon |title=Gordon |desc=Streamline your workflow with your personal AI assistant.}}
{{NavBox |link=軟件:容器技術/AI/DMR |title=Docker Model Runner |desc=View and manage your local models.}}
</div>





2026年5月5日 (二) 00:14的版本

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

爲您的分發版本安裝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.