Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spine-tools/spinetoolbox_docker
https://github.com/spine-tools/spinetoolbox_docker
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spine-tools/spinetoolbox_docker
- Owner: spine-tools
- Created: 2020-01-08T14:19:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T14:28:10.000Z (almost 5 years ago)
- Last Synced: 2024-02-02T17:15:00.892Z (11 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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