Options:
`-r` - Recursive scanning for ISO files
`-h` - Print usage
Run: netiso-srv [-r] [directory with *.iso files]
Spawn container standalone
docker run -p 4323:4323 -v /path/to/isos:/mnt ghcr.io/tuxuser/netiso-srv-rs:latest
or
Spawn via docker compose
docker compose up
cargo build [--release]
Make sure to have the netiso-srv
built and available in current directory.
Build the image:
docker build -t netiso:localdev .
The resulting docker image is now ready-to-use from netiso:localdev
, see Docker
-steps above for regular docker-usage.