A docker container wih the pixelpwnr inside.
The contained pixelpwnr can be used like that
docker run -v ./images:/images ghcr.io/poeschl/pixelpwnr 127.0.0.1:1234 -i /images/image.png
to paint images/image.png
towards the pixelflut server on your own machine. For more options look at --help
.
An examle docker-compose file can be found in the /example
folder. Navigate inside it and execute docker-compose up
to start it.
To take a look, use a vnc viewer on localhost:5900
to see two clients pwning each other.
As pixelflut server the dockerized shoreline is used.
The included pixelpwnr application is under GNU GPL-3.0