1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2618 from imba-tjd/patch-1

fix md style
This commit is contained in:
Guide 2025-02-23 21:44:18 +08:00 committed by GitHub
commit 0f0f46cc50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ tag:
**Docker 思想**
- **集装箱**就像海运中的集装箱一样Docker 容器包含了应用程序及其所有依赖项,确保在任何环境中都能以相同的方式运行。
- **标准化**运输方式、存储方式、API 接口。
- **标准化**运输方式、存储方式、API 接口。
- **隔离**:每个 Docker 容器都在自己的隔离环境中运行,与宿主机和其他容器隔离。
### Docker 容器的特点