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

来自開源之海
Johnson留言 | 贡献
无编辑摘要
标签2017年版源代码编辑
Johnson留言 | 贡献
无编辑摘要
标签2017年版源代码编辑
第1行: 第1行:
== Docker 技术文档 ==
== Docker 技术文档 ==
本项目致力于 Docker 官方文档的汉化。
本项目致力于 Docker 官方文档的汉化。
 
<div style="display: flex; flex-wrap: wrap; gap: 20px; font-family: sans-serif;">  
<div style="display: flex; flex-wrap: wrap; gap: 20px; font-family: sans-serif;"> == Open source == <div style="width: 100%; color: #54595d; margin-bottom: 10px;">Open source development and containerization technologies.</div> <!-- Docker Build --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px; transition: all 0.2s ease-in-out;" onmouseover="this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)'; this.style.borderColor='#066da5';" onmouseout="this.style.boxShadow='none'; this.style.borderColor='#dadde1';">   <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Build.png|20px]] [[軟件:容器技術/Docker/Build|Docker Build]]</div>    <div style="color: #54595d; line-height: 1.5;">Build and ship any application anywhere.</div> </div> <!-- Docker Engine --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px; transition: all 0.2s ease-in-out;" onmouseover="this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)'; this.style.borderColor='#066da5';" onmouseout="this.style.boxShadow='none'; this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Engine.png|20px]] [[軟件:容器技術/Docker/Engine|Docker Engine]]</div>    <div style="color: #54595d; line-height: 1.5;">The industry-leading container runtime.</div> </div> <!-- Docker Compose --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px; transition: all 0.2s ease-in-out;" onmouseover="this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)'; this.style.borderColor='#066da5';" onmouseout="this.style.boxShadow='none'; this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Compose.png|20px]] [[軟件:容器技術/Docker/Compose|Docker Compose]]</div>    <div style="color: #54595d; line-height: 1.5;">Define and run multi-container applications.</div> </div> <div style="width: 100%; height: 1px;"></div> <!-- 換行 --> <!-- Testcontainers --> <div style="flex: 0 1 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Test.png|20px]] [[軟件:容器技術/Testcontainers|Testcontainers]]</div>    <div style="color: #54595d; line-height: 1.5;">Run containers programmatically in your preferred language.</div> </div> <!-- Docker Agent --> <div style="flex: 0 1 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Agent.png|20px]] [[軟件:容器技術/Agent|Docker Agent]]</div>    <div style="color: #54595d; line-height: 1.5;">The open-source multi-agent solution to assist you in your tasks.</div> </div>  
== Open source ==  
 
<div style="width: 100%; color: #54595d; margin-bottom: 10px;">Open source development and containerization technologies.</div>
<!-- Docker Build -->
<div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px; transition: all 0.2s ease-in-out;" onmouseover="this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)'; this.style.borderColor='#066da5';" onmouseout="this.style.boxShadow='none'; this.style.borderColor='#dadde1';"><div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Build.png|20px]] [[軟件:容器技術/Docker/Build|Docker Build]]</div>    <div style="color: #54595d; line-height: 1.5;">Build and ship any application anywhere.</div> </div> <!-- Docker Engine --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px; transition: all 0.2s ease-in-out;" onmouseover="this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)'; this.style.borderColor='#066da5';" onmouseout="this.style.boxShadow='none'; this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Engine.png|20px]] [[軟件:容器技術/Docker/Engine|Docker Engine]]</div>    <div style="color: #54595d; line-height: 1.5;">The industry-leading container runtime.</div> </div> <!-- Docker Compose --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px; transition: all 0.2s ease-in-out;" onmouseover="this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)'; this.style.borderColor='#066da5';" onmouseout="this.style.boxShadow='none'; this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Compose.png|20px]] [[軟件:容器技術/Docker/Compose|Docker Compose]]</div>    <div style="color: #54595d; line-height: 1.5;">Define and run multi-container applications.</div> </div> <div style="width: 100%; height: 1px;"></div> <!-- 換行 --> <!-- Testcontainers --> <div style="flex: 0 1 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Test.png|20px]] [[軟件:容器技術/Testcontainers|Testcontainers]]</div>    <div style="color: #54595d; line-height: 1.5;">Run containers programmatically in your preferred language.</div> </div> <!-- Docker Agent --> <div style="flex: 0 1 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Agent.png|20px]] [[軟件:容器技術/Agent|Docker Agent]]</div>    <div style="color: #54595d; line-height: 1.5;">The open-source multi-agent solution to assist you in your tasks.</div> </div>  
<br />
== AI == <div style="width: 100%; color: #54595d; margin-bottom: 10px;">All the Docker AI tools in one easy-to-access location.</div> <!-- Gordon -->  
== AI == <div style="width: 100%; color: #54595d; margin-bottom: 10px;">All the Docker AI tools in one easy-to-access location.</div> <!-- Gordon -->  
<div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Gordon.png|20px]] [[軟件:容器技術/AI/Gordon|Gordon]]</div>    <div style="color: #54595d; line-height: 1.5;">Streamline your workflow with your personal AI assistant.</div> </div> <!-- Docker Model Runner --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_DMR.png|20px]] [[軟件:容器技術/AI/DMR|Docker Model Runner]]</div>    <div style="color: #54595d; line-height: 1.5;">View and manage your local models.</div> </div> <!-- MCP Toolkit --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_MCP.png|20px]] [[軟件:容器技術/AI/MCP|MCP Catalog and Toolkit]]</div>    <div style="color: #54595d; line-height: 1.5;">Augment your AI workflow with MCP servers.</div> </div> </div>
<div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_Gordon.png|20px]] [[軟件:容器技術/AI/Gordon|Gordon]]</div>    <div style="color: #54595d; line-height: 1.5;">Streamline your workflow with your personal AI assistant.</div> </div> <!-- Docker Model Runner --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_DMR.png|20px]] [[軟件:容器技術/AI/DMR|Docker Model Runner]]</div>    <div style="color: #54595d; line-height: 1.5;">View and manage your local models.</div> </div> <!-- MCP Toolkit --> <div style="flex: 1; min-width: 280px; padding: 24px; border: 1px solid #dadde1; border-radius: 6px;" onmouseover="this.style.borderColor='#066da5';" onmouseout="this.style.borderColor='#dadde1';">    <div style="font-weight: bold; font-size: 1.2em; margin-bottom: 8px;">[[File:Icon_MCP.png|20px]] [[軟件:容器技術/AI/MCP|MCP Catalog and Toolkit]]</div>    <div style="color: #54595d; line-height: 1.5;">Augment your AI workflow with MCP servers.</div> </div> </div>
  <!-- 建立隱藏分類,不顯示在正文但頁面被歸類 --> [[Category:容器技術]]
  <!-- 建立隱藏分類,不顯示在正文但頁面被歸類 --> [[index.php?title=分类:容器技術]]




第13行: 第16行:
* [[基礎原理:容器技术/Docker/Build|Docker Build]] (镜像构建)
* [[基礎原理:容器技术/Docker/Build|Docker Build]] (镜像构建)
* 返回上一级:[[軟件:容器技術|容器技術主頁]]  
* 返回上一级:[[軟件:容器技術|容器技術主頁]]  
[[Category:容器技术]]
[[index.php?title=分类:容器技术]]

2026年5月4日 (一) 13:08的版本

Docker 技术文档

本项目致力于 Docker 官方文档的汉化。

Open source

Open source development and containerization technologies.
Build and ship any application anywhere.
The industry-leading container runtime.
Define and run multi-container applications.
Run containers programmatically in your preferred language.
The open-source multi-agent solution to assist you in your tasks.


== AI ==
All the Docker AI tools in one easy-to-access location.
Streamline your workflow with your personal AI assistant.
View and manage your local models.
Augment your AI workflow with MCP servers.
 index.php?title=分类:容器技術


技术分类

index.php?title=分类:容器技术