An open API service indexing awesome lists of open source software.

https://github.com/netbootxyz/docker-iso-processor


https://github.com/netbootxyz/docker-iso-processor

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# docker-iso-processor

The purpose of this container is to download a remote ISO and extract specific contents based on a `settings.sh` file bind mounted into it.

Settings File example:

```
URL="http://your/direct/link/or/torrent"
TYPE=file or torrent
CONTENTS="\
path/in/ISO|OutputFileName
casper/filesystem.squashfs|filesystem.squashfs"
```

Usage Snippet:

```
docker run --rm -it \
-v $(pwd):/buildout \
ghcr.io/netbootxyz/iso-processor
```