https://github.com/poeschl/docker-shoreline
The shoreline pixelflut server inside a docker container.
https://github.com/poeschl/docker-shoreline
docker pixelflut pixelflut-server
Last synced: 12 months ago
JSON representation
The shoreline pixelflut server inside a docker container.
- Host: GitHub
- URL: https://github.com/poeschl/docker-shoreline
- Owner: Poeschl
- License: apache-2.0
- Created: 2019-01-31T08:33:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T14:06:22.000Z (almost 2 years ago)
- Last Synced: 2025-04-09T22:45:30.242Z (about 1 year ago)
- Topics: docker, pixelflut, pixelflut-server
- Language: Dockerfile
- Homepage:
- Size: 216 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shoreline (Dockerized)
[](https://github.com/poeschl/docker-shoreline/blob/master/LICENCE)
A docker container wih the [shoreline PixelFlut server](https://github.com/TobleMiner/shoreline) inside.
# Usage
Start it up with the default parameters:
`docker run -p 5900:5900 -p 1234:1234 -p 1235:1235 ghcr.io/poeschl/shoreline`
and connect via a vnc client to `localhost` to get the pixelflut display.
All pixelflut clients needs to connect to your ip on port `1234`.
Following options are set on default a running container `-f vnc,port=5900 -b 0.0.0.0 -p 1234`.
Additional parameters can be specified over the docker container commands like:
`docker run -p 5900:5900 -p 1234:1234 ghcr.io/poeschl/shoreline -w 1920 -h 1080`
To use the build-in statistics (available on port `1235`):
`docker run -p 5900:5900 -p 1234:1234 -p 1235:1235 ghcr.io/poeschl/shoreline -f statistics`
# Licence
The included shoreline application is under [MIT Licence](https://raw.githubusercontent.com/TobleMiner/shoreline/master/LICENSE)