Skip to content

nikbucher/musescore-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuseScore Docker

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.

Installation

To build the Docker image, follow these steps:

  1. Clone the repository:

    git clone https://github.com/nikbucher/musescore-docker.git
    cd musescore-docker
  2. Build the Docker image:

    docker build -t musescore-docker .

Usage

To run MuseScore inside the Docker container, use the following command:

docker run --rm -it musescore-docker mscore --version

License

This project is licensed under The Unlicense. See the LICENSE file for details.

About

Docker image with MuseScore

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors