mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 08:27:25 +00:00
Add blank lines before lists per CommonMark
This commit is contained in:
@@ -11,11 +11,13 @@ Docker Engine 主要提供 `stable` 和 `test` 两个更新频道;`test.docker
|
||||
### 生产环境 vs 开发环境
|
||||
|
||||
**生产环境**(服务器部署):
|
||||
|
||||
- 优先使用**官方 APT/YUM 源安装**(Ubuntu、Debian、Fedora、CentOS)
|
||||
- 优势:获得官方安全更新、长期技术支持、版本管理清晰
|
||||
- 安装步骤稍多一些,但这种“麻烦”是值得的——它为你的生产系统争取了稳定性和可维护性
|
||||
|
||||
**开发环境**(本地开发机、测试服务器):
|
||||
|
||||
- 使用**脚本自动安装**或**包管理器直接安装**
|
||||
- 如果你想快速上手,官方脚本(`get.docker.com`)是最便捷的选择
|
||||
- 国内用户注意:这一步一定要选对镜像源,否则网络卡顿会严重影响体验
|
||||
|
||||
Reference in New Issue
Block a user