Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spine-tools/spinetoolbox_docker


https://github.com/spine-tools/spinetoolbox_docker

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# spinetoolbox_docker

This repository contains files for building a Docker image including Spine Toolbox and Spine Model.

To build the image use

$ docker build -t spinetoolbox:latest .

To run the image use

$ docker run spinetoolbox

You might need to set up the `DISPLAY` variable

$ docker run -e DISPLAY= spinetoolbox

To see a local path mounted in the container use

$ docker run -v /local/path/:/mnt/path/ spinetoolbox