Docker client repository: https://github.com/binsky08/pixelpwnr-docker
Client source: https://github.com/timvisee/pixelpwnr
Start the docker client:
docker run --rm binsky/pixelpwnr --help
Example to draw an image in a custom size:
docker run --rm --net=host --name pixelpwnr -v "$(pwd)":/opt binsky/pixelpwnr 127.0.0.1:1234 -i /opt/myimage.png -w 559 -h 734
Stop container:
docker stop pixelpwnr
docker build -t binsky/pixelpwnr .
Content type
Image
Digest
sha256:e5f5185c6…
Size
31.5 MB
Last updated
almost 4 years ago
docker pull binsky/pixelpwnr