Overview
- Full name
docker.io/garybowers/iventoy- Registry
- docker.io
- Namespace
- garybowers
- Repository
- iventoy
- Cached tags
- 10
- Last synced
- 07/06/2026, 09:33 PM
Introduction
iVentoy 网络启动服务器镜像,支持 PXE、HTTP/iSCSI 批量装机与 ISO 分发,需 host 网络模式并挂载 ISO 存储目录。
Details
iVentoy 是开源的 PXE/网络启动方案,可替代传统 DHCP+TFTP 组合,支持 UEFI/Legacy 混合启动、Windows/Linux 批量部署及 ISO 直接引导。容器化运行通常需要 --network host 以广播 DHCP/TFTP,并挂载存放 ISO/WIM 的大容量目录。适合机房批量装机、Homelab 无盘启动;勿在共享网络随意开启 DHCP 以免冲突。
快速启动
docker run -d --name iventoy \
--network host \
-v /data/iventoy/iso:/iventoy/iso \
-v iventoy_data:/iventoy/data \
docker.io/garybowers/iventoy:latest
推荐实践
docker run -d --name iventoy \
--restart unless-stopped \
--network host \
-v /data/iventoy/iso:/iventoy/iso \
-v iventoy_data:/iventoy/data \
-e TZ=Asia/Shanghai \
docker.io/garybowers/iventoy:1.0.06
核心参数说明
--network host— 使用宿主机网络栈,DHCP/TFTP 广播必需-v /data/iventoy/iso:/iventoy/iso— ISO/WIM 镜像存储-v iventoy_data:/iventoy/data— 持久化配置与启动菜单- Web 管理默认
26000端口(host 模式下直接访问宿主机) - 注意 — 确保与现有 DHCP 服务器不冲突
Latest tags (20)
View all 10 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/garybowers/iventoy :1.0.20-6 | linux/amd64 | 2025/02/22 21:10 | 112.9 MB | sha256:c00389df58bc… | |||
docker.io/garybowers/iventoy :latest | linux/amd64 | 2025/02/22 21:10 | 112.9 MB | sha256:c00389df58bc… | |||
docker.io/garybowers/iventoy :1.0.20-2 | linux/amd64 | 2025/02/22 21:09 | 112.9 MB | sha256:c5a275c20d0c… | |||
docker.io/garybowers/iventoy :1.0.20-4 | linux/amd64 | 2024/06/07 01:35 | 122.0 MB | sha256:de66b219e6bc… | |||
docker.io/garybowers/iventoy :1.0.20-3 | linux/amd64 | 2024/06/07 01:28 | 122.0 MB | sha256:b9c8bdc3d3ce… | |||
docker.io/garybowers/iventoy :1.0.20-1 | linux/amd64 | 2024/05/20 21:30 | 122.0 MB | sha256:a56343561b08… | |||
docker.io/garybowers/iventoy :1.0.20 | linux/amd64 | 2024/05/20 18:31 | 122.0 MB | sha256:a02da78872fb… | |||
docker.io/garybowers/iventoy :1.0.19 | linux/amd64 | 2023/11/27 18:43 | 113.6 MB | sha256:a64d7b3aca86… | |||
docker.io/garybowers/iventoy :1.0.09 | linux/amd64 | 2023/07/10 16:11 | 111.3 MB | sha256:6ac05740d151… | |||
docker.io/garybowers/iventoy :1.0.08 | linux/amd64 | 2023/07/09 22:36 | 111.3 MB | sha256:52c87a26cc97… |