Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trouyer/opencpn-docker
A container for OpenCPN
https://github.com/trouyer/opencpn-docker
Last synced: 5 days ago
JSON representation
A container for OpenCPN
- Host: GitHub
- URL: https://github.com/trouyer/opencpn-docker
- Owner: trouyer
- Created: 2018-10-09T19:38:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-09T19:53:46.000Z (about 6 years ago)
- Last Synced: 2024-08-01T21:42:52.477Z (3 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# opencpn-docker
Dockerfile for [openCPN](https://opencpn.org/).
## Build
``` bash
$ docker build -t opencpn .
```## Run
```bash
$ docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix -v /charts/folder/path:/home/developer opencpn
```## Charts
Download charts into charts folder.## Thanks
[Fábio Rehm](http://fabiorehm.com/blog/2014/09/11/running-gui-apps-with-docker/)