https://github.com/devopsmariocom/docker-alpine-mkisofs
Small docker image for iso building
https://github.com/devopsmariocom/docker-alpine-mkisofs
Last synced: about 1 year ago
JSON representation
Small docker image for iso building
- Host: GitHub
- URL: https://github.com/devopsmariocom/docker-alpine-mkisofs
- Owner: devopsmariocom
- License: mit
- Created: 2017-07-21T11:07:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-23T11:09:48.000Z (over 8 years ago)
- Last Synced: 2025-02-25T00:07:17.702Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Docker Alpine mkisofs and p7zip
===============================
Small docker image for multiplatform iso extracting and building
## Extract ISO
$ `docker run -it -v "$PWD:/work" -it elmariofredo/docker-alpine-mkisofs 7z x source.iso -oextracted-iso`
## Build ISO
$ `docker run -it -v "$PWD:/work" -it elmariofredo/docker-alpine-mkisofs mkisofs -o target.iso -b isolinux/isolinux.bin -c isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -input-charset utf-8 -J -l -r -T -v -V "CD_Label" extracted-iso`