/docker-pixelpwnr

A docker container wih the pixelpwnr inside.

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

pixelpwnr (Dockerized)

A docker container wih the pixelpwnr inside.

Usage

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.

Example

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.

Licence

The included pixelpwnr application is under GNU GPL-3.0