mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
Add more content and fix format
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
## 10.1 使用 `BuildKit` 构建镜像
|
||||
## 10.1 BuildKit
|
||||
|
||||
**BuildKit** 是下一代的镜像构建组件,在 https://github.com/moby/buildkit 开源。
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 10.2 使用 Buildx 构建镜像
|
||||
## 10.2 使用 buildx 构建镜像
|
||||
|
||||
### 10.2.1 使用
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 10.3 构建多种系统架构支持的 Docker 镜像
|
||||
## 10.3 使用 buildx 构建多种系统架构支持的 Docker 镜像
|
||||
|
||||
Docker 镜像可以支持多种系统架构,这意味着你可以在 `x86_64`、`arm64` 等不同架构的机器上运行同一个镜像。这是通过一个名为 “manifest list” (或称为 “fat manifest”) 的文件来实现的。
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 10.4 本章小结
|
||||
## 本章小结
|
||||
|
||||
Docker Buildx 是 Docker 构建系统的重要进化,提供了高效、安全且支持多平台的镜像构建能力。
|
||||
|
||||
@@ -16,4 +16,4 @@ Docker Buildx 是 Docker 构建系统的重要进化,提供了高效、安全
|
||||
|
||||
- [Dockerfile 指令详解](../07_dockerfile/README.md):Dockerfile 编写基础
|
||||
- [多阶段构建](../07_dockerfile/7.17_multistage_builds.md):优化镜像体积
|
||||
- [Dockerfile 最佳实践](../appendix/20.1_best_practices.md):编写高效 Dockerfile
|
||||
- [Dockerfile 最佳实践](../appendix/best_practices.md):编写高效 Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user