Skip to content

Latest commit

 

History

History
 
 

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Running via docker

First build the docker image and name it brother_ql_web, which only needs doing once.

  1. cd docker

  2. docker build -t brother_ql_web .

    don't miss the dot at the end!

To run the image:

  1. docker run -it --rm -p 127.0.0.1:8013:8013 brother_ql_web ./run.py --model <MODEL> <FILE>

    replacing with your printers model, and with your printers connection file/network e.g. tcp://192.168.5.169 or file:///dev/usb/lp0

  2. Open http://localhost:8013/ in your web browser