Sign inSign up

mass301/mozart

By mass301

Updated over 4 years ago

Arch Linux images that comes with the Mozart programming system pre-installed.

Image
2

135

mass301/mozart repository overview

Mozart in Docker

Run a .oz file

Simply create a Dockerfile with the following:

FROM mass301/mozart:latest

ADD yourapp.oz .
RUN ozc -c yourapp.oz
CMD ["ozengine", "yourapp.ozf"]

Tag summary

Content type

Image

Digest

Size

621.9 MB

Last updated

over 4 years ago

docker pull mass301/mozart