Skip to content
forked from ziggyds/iventoy

Dockerized version of ventoy for use on unraid

Notifications You must be signed in to change notification settings

askiiart/iventoy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iventoy

A Docker image running iventoy.

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

https://hub.docker.com/r/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
      - 69:69
    volumes:
      - /<path to isos>:/iventoy/iso
      - /<path to config>:/iventoy/data
      - /<path to logs>:/iventoy/log

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

About

Dockerized version of ventoy for use on unraid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 90.4%
  • Shell 9.6%