https://github.com/spine-tools/spinetoolbox_docker
https://github.com/spine-tools/spinetoolbox_docker
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spine-tools/spinetoolbox_docker
- Owner: spine-tools
- Created: 2020-01-08T14:19:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T14:28:10.000Z (over 5 years ago)
- Last Synced: 2025-01-24T06:44:32.555Z (6 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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