riedde / docker-mei

This repo offers an docker image containing all software needed for building the mei guidelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-mei

A docker image for anything concerning MEI.

Local build basic image

docker build -f Dockerfile.base -t docker-mei-base .

Local build executive image

docker build -t docker-mei .

Exampl usage (without local build)

tbc.

Exampl usage (local build)

docker run --rm -v /ABSOLUTE/PATH/TO/YOUR/MUSIC_ENCODING/CLONE:/opt/music-encoding --name docker-mei docker-mei

About

This repo offers an docker image containing all software needed for building the mei guidelines

License:MIT License


Languages

Language:JavaScript 84.0%Language:Dockerfile 16.0%