a0js/rpi-cups

By a0js

Updated over 10 years ago

CUPS (Print Server) for Raspberry Pi

Image
7

500K+

a0js/rpi-cups repository overview

See GitHub Repo for Dockerfile

rpi-cups

Dockerized CUPS on Raspberry Pi

Usage

To allow access to a USB printer, execute the following run statement:

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

Gotchas

Bonjour doesn't seem to play nice when the instance is encapsulated in a container. Include -v /var/run/dbus:/var/run/dbus in your run statement to make your shared printer visible to Apple computers.

Tag summary

Content type

Image

Digest

sha256:fc8518c23

Size

212.3 MB

Last updated

over 10 years ago

docker pull a0js/rpi-cups