dnsmasq-conf
dhcp-vendorclass=BIOS,PXEClient:Arch:00000
dhcp-vendorclass=UEFI32,PXEClient:Arch:00006
dhcp-vendorclass=UEFI,PXEClient:Arch:00007
dhcp-vendorclass=UEFI64,PXEClient:Arch:00009
dhcp-boot=net:UEFI32,iventoy_loader_16000_ia32,,<iventoy-server-ip>
dhcp-boot=net:UEFI,iventoy_loader_16000_uefi,,<iventoy-server-ip>
dhcp-boot=net:UEFI64,iventoy_loader_16000_aa64,,<iventoy-server-ip>
dhcp-boot=net:BIOS,iventoy_loader_16000_bios,,<iventoy-server-ip>
docker-compose.yml
version: "3.7"
services:
iventoy:
image: alipapa/iventoy:1.0.19
restart: always
container_name: iventoy
privileged: true
volumes:
- /path/to/image:/app/iso:ro
ports:
- "69:69/udp"
- "16000:16000"
- "26000:26000"
- "10809:10809"
Content type
Image
Digest
sha256:d726259e6…
Size
40.8 MB
Last updated
over 2 years ago
docker pull alipapa/iventoy:1.0.19