ziggyds/iventoy

By ziggyds

Updated 15 days ago

Dockerized version of iventoy for use on unraid

Image
Networking
Integration & delivery
Operating systems
18

100K+

ziggyds/iventoy repository overview

iventoy

A Docker image running iventoy.

A github actions workflow runs daily to check if their is a new release.

https://github.com/ziggyds/iventoy

Docker Compose

This does not work with rootless Docker. The container must be run as root.

---
version: '3.9'
services:
  iventoy:
    image: ziggyds/iventoy:latest
    container_name: iventoy
    restart: always
    privileged: true #must be true
    ports:
      - 26000:26000
      - 16000:16000
      - 10809:10809
      - 67:67/udp
      - 69:69/udp
    volumes:
      - isos:/app/iso
      - config:/app/data
      - /<path to logs>:/app/log
    environment:
      - AUTO_START_PXE=true # optional, true by default

volumes:
  isos:
    external: true
  config:
    external: true

Not necessary to expose all the listed ports. https://www.iventoy.com/en/doc_portnum.html

Tag summary

Content type

Image

Digest

sha256:2ca58eff2

Size

47.6 MB

Last updated

15 days ago

docker pull ziggyds/iventoy