https://github.com/poeschl/docker-pixelpwnr
A docker container wih the pixelpwnr inside.
https://github.com/poeschl/docker-pixelpwnr
docker pixelflut
Last synced: 11 months ago
JSON representation
A docker container wih the pixelpwnr inside.
- Host: GitHub
- URL: https://github.com/poeschl/docker-pixelpwnr
- Owner: Poeschl
- License: gpl-3.0
- Created: 2019-01-31T14:10:21.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-01T10:23:34.000Z (almost 2 years ago)
- Last Synced: 2025-03-17T17:25:17.058Z (over 1 year ago)
- Topics: docker, pixelflut
- Language: Dockerfile
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pixelpwnr (Dockerized)
[](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)