Files
docker_practice/01_introduction
Baohua Yang 175aaae48a style(docs): standardize heading formats and numbering
- Enforce Level 1-3 structural numbering based on SUMMARY.md hierarchy
- Remove structural numbering from Level 4+ headings
- Eliminate single child headings by converting to bold text
- Auto-inject summary text for headings with multiple children missing intro text
- Exclude Appendix chapters from structural numbering
- Avoid modifying code block contents
- Add script to detect non-standard English usage in headers
2026-02-21 22:40:33 -08:00
..

第一章 Docker 简介

本章将带领你进入 Docker 的世界。

本章内容

  • 快速上手

    • 通过一个简单的 Web 应用例子,带你快速体验 Docker 的核心流程:构建镜像、运行容器。
  • 什么是 Docker

    • 介绍 Docker 的起源、发展历程以及其背后的核心技术 (CgroupsNamespacesUnionFS)。
    • 了解 Docker 是如何改变软件交付方式的。
  • 为什么要用 Docker

    • 对比传统虚拟机技术,阐述 Docker 在启动速度、资源利用率、交付效率等方面的巨大优势。
    • 探讨 Docker 在 DevOps、微服务架构中的关键作用。

学习目标

通过本章的学习,你将能够:

  1. 理解 Docker 的核心概念与架构。
  2. 明白 Docker 解决了现代软件开发与运维中的哪些痛点。
  3. 建立起对容器技术的初步认知,为后续的实战操作打下基础。

好吧,让我们带着问题开始这神奇之旅。