mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-03-11 12:21:17 +00:00
Simplify words and fix format issues
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
### 2.2.2 容器的本质
|
||||
|
||||
> 💡 **笔者认为,理解这一点是理解 Docker 的关键****容器的本质是一个特殊的进程。**
|
||||
> 💡 **笔者认为,理解这一点是理解 Docker 的关键:** **容器的本质是一个特殊的进程。**
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
@@ -166,14 +166,8 @@ stateDiagram-v2
|
||||
|
||||
图 2-1 容器生命周期状态流转图
|
||||
|
||||
#### 概述
|
||||
|
||||
总体概述了以下内容。
|
||||
|
||||
#### 常用生命周期命令
|
||||
|
||||
运行以下命令:
|
||||
|
||||
```bash
|
||||
## 创建并启动容器(最常用)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user