https://github.com/milouk/maxcso-docker
https://github.com/milouk/maxcso-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/milouk/maxcso-docker
- Owner: milouk
- Created: 2022-07-15T19:40:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T19:46:34.000Z (almost 4 years ago)
- Last Synced: 2025-12-26T08:34:15.224Z (6 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository container a Dockerfile for running maxcso in Docker.
## How to use
Assuming we have an *.iso file in the directory `/home/user/desktop/my.iso`.
In order to use maxcso we first need to build the image using the following
command:
`docker build -t maxcso .`
We can then use `maxcso` as follows:
`docker run --rm -v "/home/user/desktop":/desktop -w /desktop/ maxcso maxcso --block=2048 --format=zso my.iso`