Skip to content

The shoreline pixelflut server inside a docker container.

License

Notifications You must be signed in to change notification settings

Poeschl/docker-shoreline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The shoreline pixelflut server inside a docker container.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks