Refresh install guidance

# Conflicts:
#	03_install/3.1_ubuntu.md
#	03_install/3.2_debian.md
#	03_install/3.3_fedora.md
#	03_install/3.9_mirror.md
This commit is contained in:
yeasy
2026-04-22 08:24:38 -07:00
parent 7cb55a0dd6
commit 1836416263
12 changed files with 250 additions and 370 deletions
+4 -4
View File
@@ -5,10 +5,10 @@ Docker 支持在多种平台上安装和使用,选择合适的安装方式是
| 平台 | 推荐方式 | 说明 |
|------|---------|------|
| **Ubuntu/Debian** | 官方 APT 仓库 | 最完善的支持推荐首选 |
| **CentOS/Fedora** | 官方 YUM/DNF 仓库 | 注意关闭 SELinux 或配置策略 |
| **macOS** | Docker Desktop | 图形化安装包含 Compose Kubernetes |
| **Windows 10/11** | Docker Desktop (WSL 2) | 需启用 WSL 2 后端 |
| **Raspberry Pi** | 官方安装脚本 | 支持 ARM 架构 |
| **CentOS/Fedora** | 官方 DNF/YUM 仓库 | 注意验证防火墙与 `iptables` 兼容性 |
| **macOS** | Docker Desktop | 图形化安装默认集成 Compose |
| **Windows 10/11** | Docker DesktopWSL 2 Hyper-V | 按机器能力与企业策略选择后端 |
| **Raspberry Pi** | 官方 APT 仓库或 Debian `arm64` 方案 | 32 位系统已停止接收 v29+ 新主版本 |
| **离线环境** | 二进制包安装 | 适用于无法联网的服务器 |
### 安装后验证