Sign inSign up

thedrobe/iventoy-docker

By thedrobe

•Updated about 3 years ago

Dockerized version of iventoy to allow for easy deployment

Image
1

10K+

thedrobe/iventoy-docker repository overview

⁠iventoy-docker

Dockerized version of iventoy to allow for easy deployment

all credit goes to https://www.iventoy.com/⁠

sample docker compose is in repo

⁠TODO

  • setup automated builds
  • setup pushing to docker hub

⁠Example Docker Compose

version: "3"
services:
  ventoy: 
    image: thedrobe/iventoy-docker
    network_mode: "host" # works best in host or can foward the required ports 
    restart: unless-stopped
    privileged: true # needed for iventoy not to crash on startup
    stop_signal: SIGINT
    volumes:
     - ./iso:/app/iso

⁠Notes

  • this only supports x64 and not arm based processors due to iventoy only supporting that.
  • Am builing arm images in hopes for iventoy to run on arm one day

Tag summary

Content type

Image

Digest

sha256:1ebd94271…

Size

70.6 MB

Last updated

about 3 years ago

docker pull thedrobe/iventoy-docker