mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
fix md style
This commit is contained in:
parent
ffcccdca0d
commit
1b701c44d2
@ -83,7 +83,7 @@ tag:
|
||||
**Docker 思想**:
|
||||
|
||||
- **集装箱**:就像海运中的集装箱一样,Docker 容器包含了应用程序及其所有依赖项,确保在任何环境中都能以相同的方式运行。
|
||||
- **标准化:**运输方式、存储方式、API 接口。
|
||||
- **标准化**:运输方式、存储方式、API 接口。
|
||||
- **隔离**:每个 Docker 容器都在自己的隔离环境中运行,与宿主机和其他容器隔离。
|
||||
|
||||
### Docker 容器的特点
|
||||
|
Loading…
x
Reference in New Issue
Block a user