Files
Deploy-Laboratory/docs/01-03-armv7-standalone-docker.md
jack be97836e0d chore: 清理调试脚本并收敛到 Ansible 流程
移除已废弃的调试/验证脚本与空目录,统一文档与脚本说明到 ansible-playbook 的部署方式,避免失效引用和误用路径。

Made-with: Cursor
2026-03-23 19:18:55 +08:00

32 lines
481 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 01-03-armv7-standalone-Docker
> armv7 节点不加入 K3s单独运行 Docker 服务NFS、OneNav、openlist 等)。
## 前置条件
- armv7 节点网络可达
- 系统可安装 Docker
## 操作步骤
1. 安装 Docker
2. 启用并启动 Docker 服务
3. 按需部署业务容器
## 验证命令
```bash
docker version
docker ps
```
## 预期
- Docker 可用
- 容器可正常启动
## 下一步
- `05-02-onenav首页面板.md`
- `01-05-armv7-nfs服务安装.md`