X Tutup
Skip to content

tkers/ozmoo-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ozmoo-docker

Docker image for Ozmoo.

Usage

Optionally pull the Docker image first:

docker pull tkers/ozmoo

And verify that it works:

docker run --rm tkers/ozmoo -v

In 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.z3

This would create a c64_game.d64 disk image from the game located at dist/story.z3.

Building locally

You can build the ozmoo image locally:

docker build -t ozmoo .

Make sure to run it with the correct name:

docker run --rm ozmoo

About

πŸ“œ Docker image for the Ozmoo z-machine interpreter

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

  • Β 

Contributors

X Tutup