Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/poeschl/docker-pixelpwnr

A docker container wih the pixelpwnr inside.
https://github.com/poeschl/docker-pixelpwnr

docker pixelflut

Last synced: about 2 months ago
JSON representation

A docker container wih the pixelpwnr inside.

Awesome Lists containing this project

README

        

# pixelpwnr (Dockerized)

[![](https://img.shields.io/github/license/Poeschl/docker-pixelpwnr.svg?maxAge=3600)](https://github.com/Poeschl/docker-pixelpwnr/blob/master/LICENCE)

A docker container wih the [pixelpwnr](https://github.com/timvisee/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`](https://github.com/timvisee/pixelpwnr#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](https://github.com/Poeschl/docker-shoreline) is used.

# Licence

The included pixelpwnr application is under [GNU GPL-3.0](https://raw.githubusercontent.com/timvisee/pixelpwnr/master/LICENSE)