Fix and improve

This commit is contained in:
Baohua Yang
2026-02-12 16:51:50 -08:00
parent bae82e993a
commit 0835f8467a
100 changed files with 280 additions and 622 deletions

View File

@@ -1,14 +1,11 @@
## 3.2 Debian 安装 Docker
## Debian 安装 Docker
Debian 以其稳定性著称 Docker 的理想宿主系统本节将指导你在 Debian 上完成 Docker 的安装
>警告切勿在没有配置 Docker APT 源的情况下直接使用 apt 命令安装 Docker.
### 准备工作
### 准备工作
安装前请仔细检查 Debian 版本支持情况并卸载旧版本以避免冲突
@@ -181,4 +178,4 @@ For more examples and ideas, visit:
### 参考文档
* [Docker 官方 Debian 安装文档](https://docs.docker.com/install/linux/docker-ce/debian/)
* [Docker 官方 Debian 安装文档](https://docs.docker.com/engine/install/debian/)