More information can be found at: https://github.com/bandi13/pyqrcode-docker
197
Repo for creating arbitrary QR codes
You first need to create the container: docker build -t bandi13/pyqrcode .. Alternatively, you can just use the one from my DockerHub repository (bandi13/pyqrcode).
Then you can run it like so: docker run --rm -it bandi13/pyqrcode "Hello world"
There are various arguments you can add to change the output. This is done by passing -e PYQRCODE_x to the docker run command, where x is one of the following:
This will also output the PNG image to the local directory if you pass in -v $(pwd):/app.
Content type
Image
Digest
sha256:fa46a6880…
Size
367.7 MB
Last updated
almost 2 years ago
docker pull bandi13/pyqrcode