Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/poeschl/docker-pixelpwnr
- Owner: Poeschl
- License: gpl-3.0
- Created: 2019-01-31T14:10:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T11:30:14.000Z (5 months ago)
- Last Synced: 2024-08-27T21:45:43.618Z (4 months ago)
- Topics: docker, pixelflut
- Language: Dockerfile
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)