This repository contains a Dockerfile for creating a Docker container with MuseScore installed. MuseScore is a popular open-source music notation software. The Docker image is based on the latest Arch Linux image.
To build the Docker image, follow these steps:
-
Clone the repository:
git clone https://github.com/nikbucher/musescore-docker.git cd musescore-docker -
Build the Docker image:
docker build -t musescore-docker .
To run MuseScore inside the Docker container, use the following command:
docker run --rm -it musescore-docker mscore --versionThis project is licensed under The Unlicense. See the LICENSE file for details.