nickurak / qru

Quick QR code generator from docker command line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick and dirty docker container for generating QR codes on the terminal, using libqrencode.

It can read from stdin:

echo https://nickurak.ca/ | docker run --rm -i atrus/qru -

It can read a single param:

docker run --rm atrus/qru "Hello"

It also serves as a pretty short example of how to use multi-stage docker builds. See the Dockerfile for details.

About

Quick QR code generator from docker command line


Languages

Language:Dockerfile 69.1%Language:Shell 22.2%Language:Makefile 8.7%