We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcccdc commit 1b701c4Copy full SHA for 1b701c4
docs/tools/docker/docker-intro.md
@@ -83,7 +83,7 @@ tag:
83
**Docker 思想**:
84
85
- **集装箱**:就像海运中的集装箱一样,Docker 容器包含了应用程序及其所有依赖项,确保在任何环境中都能以相同的方式运行。
86
-- **标准化:**运输方式、存储方式、API 接口。
+- **标准化**:运输方式、存储方式、API 接口。
87
- **隔离**:每个 Docker 容器都在自己的隔离环境中运行,与宿主机和其他容器隔离。
88
89
### Docker 容器的特点
0 commit comments