QR-Generator URL to QR Get Started docker build -t qrgen ./ cat url.txt | docker run --rm -i --net=none qrgen qrencode -l L -o - > qr.png