This commit is contained in:
Baohua Yang
2026-02-09 12:56:12 -08:00
parent bb94a9f617
commit 194680ab6e
228 changed files with 326 additions and 271 deletions

View File

@@ -1,4 +1,4 @@
## 为什么要使用 Docker
## 1.3 为什么要使用 Docker
在回答"为什么用 Docker"之前笔者想先问一个问题**你有没有经历过这些场景**
@@ -152,7 +152,7 @@ Docker 完美契合 DevOps 的工作流程:
使用 [Dockerfile](../04_image/4.5_build.md) 定义镜像构建过程使得
- 构建过程**可重复可追溯**
- 任何人都能从代码重建完全相同的镜像
- 配合 [GitHub Actions](../14_cases/ci/actions/README.md) CI 系统实现自动化
- 配合 [GitHub Actions](../15_cases/ci/actions/README.md) CI 系统实现自动化
#### 5. 轻松迁移