mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-08-10 16:37:34 +00:00
Add blank lines before lists per CommonMark
This commit is contained in:
@@ -7,16 +7,19 @@
|
||||
树莓派是 Docker 在边缘计算的一个优秀用例。但在安装前,笔者建议你了解几个实际情况:
|
||||
|
||||
**性能特性**:
|
||||
|
||||
- Raspberry Pi 4 及以上才能流畅运行 Docker 和基本容器
|
||||
- Raspberry Pi Zero 2 可以运行,但性能受限
|
||||
- 磁盘 I/O 是主要瓶颈(特别是使用 microSD 卡时)
|
||||
|
||||
**镜像可用性**:
|
||||
|
||||
- 并非所有 Docker 镜像都有 ARM 版本(arm64 或 armv7)
|
||||
- 官方镜像通常提供多架构支持,但第三方镜像可能没有
|
||||
- 某些依赖 Intel 特定指令的应用无法在 ARM 上运行
|
||||
|
||||
**存储和内存**:
|
||||
|
||||
- 容器镜像会占用较多存储空间,128GB microSD 卡建议最多运行 3-4 个中等大小的容器
|
||||
- 512MB 或 1GB 内存的树莓派运行多个容器会非常吃力
|
||||
|
||||
|
||||
Reference in New Issue
Block a user