Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunsided/portfolio-performance-docker
Portfolio Performance in Docker
https://github.com/sunsided/portfolio-performance-docker
docker docker-x11 portfolio-performance trading
Last synced: 2 months ago
JSON representation
Portfolio Performance in Docker
- Host: GitHub
- URL: https://github.com/sunsided/portfolio-performance-docker
- Owner: sunsided
- Created: 2017-01-13T22:37:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T22:19:43.000Z (over 4 years ago)
- Last Synced: 2024-10-11T02:31:08.407Z (3 months ago)
- Topics: docker, docker-x11, portfolio-performance, trading
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/sunside/portfolio-performance/
- Size: 12.7 KB
- Stars: 6
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Performance 0.48.1
This is a dockerized version of [Portfolio Performance] ([here] on GitHub); it requires an X11 server to run.
You can run it locally by executing `run.sh`, which is essentially a shortcut for
```bash
docker run \
--rm -it \
--name portfolio-peformance \
-e DISPLAY=$DISPLAY \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $(pwd):/data \
sunside/portfolio-performance:0.48.1
```To build the image locally, run `build.sh` instead.
[Portfolio Performance]: http://www.portfolio-performance.info/portfolio/
[here]: https://github.com/buchen/portfolio