Thanks to visit codestin.com
Credit goes to github.com

Skip to content

nickurak/qru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published