Sign inSign up

binsky/pixelpwnr

By binsky

•Updated almost 4 years ago

Image
0

125

binsky/pixelpwnr repository overview

⁠pixelpwnr in docker

Docker client repository: https://github.com/binsky08/pixelpwnr-docker⁠

Client source: https://github.com/timvisee/pixelpwnr⁠

⁠Run

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

⁠Build

docker build -t binsky/pixelpwnr .

Tag summary

Content type

Image

Digest

sha256:e5f5185c6…

Size

31.5 MB

Last updated

almost 4 years ago

docker pull binsky/pixelpwnr