RichardChmielek / pi-cups

Raspberry PI cups with docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CUPS

Printing with AirPrint from macbook or iPhone to Epson (L355) and Dymo (4XL) printers connected to Raspberry PI3 with docker

docker-compose

docker-compose run

docker

build

docker build --rm -f dockerfile -t pi-cups:latest .

run

docker run -d -p 631:631 --privileged -v /var/run/dbus:/var/run/dbus -v /dev/bus/usb:/dev/bus/usb --name pi-cups pi-cups

configure

open with your favourite web browser:

http://<YOUR_PI_IP_ADDRESS>:631

u: print

p: print

About

Raspberry PI cups with docker


Languages

Language:Shell 100.0%