Docker image for Ozmoo.
Optionally pull the Docker image first:
docker pull tkers/ozmooAnd verify that it works:
docker run --rm tkers/ozmoo -vIn most cases you'll want to mount a volume to create an image from an existing z-machine story:
docker run --rm -v "$(PWD)":/data tkers/ozmoo dist/story.z3This would create a c64_game.d64 disk image from the game located at dist/story.z3.
You can build the ozmoo image locally:
docker build -t ozmoo .Make sure to run it with the correct name:
docker run --rm ozmoo