Dockerized version of iventoy to allow for easy deployment
10K+
Dockerized version of iventoy to allow for easy deployment
all credit goes to https://www.iventoy.com/
sample docker compose is in repo
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
Content type
Image
Digest
sha256:1ebd94271…
Size
70.6 MB
Last updated
about 3 years ago
docker pull thedrobe/iventoy-docker