https://github.com/netbootxyz/docker-iso-processor
https://github.com/netbootxyz/docker-iso-processor
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/netbootxyz/docker-iso-processor
- Owner: netbootxyz
- Created: 2019-11-06T04:18:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T15:44:27.000Z (11 months ago)
- Last Synced: 2024-08-10T16:52:48.249Z (11 months ago)
- Language: Shell
- Size: 41 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```