Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.08 KB

shoreline (Dockerized)

A docker container wih the shoreline PixelFlut server 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