Fork from quadportnick/docker-cups-airprint
This Alpine-based Docker image runs a CUPS instance that is meant as an AirPrint relay for printers that are already on the network but not AirPrint capable. The other images out there never seemed to work right. I forked the original to use Alpine instead of Ubuntu and work on more host OS's.
/config: where the persistent printer configs will be stored/services: where the Avahi service files will be generatedCUPSADMIN: the CUPS admin user you want createdCUPSPASSWORD: the password for the CUPS admin userdocker run --name cups --restart unless-stopped --net host\
-v <your services dir>:/services \
-v <your config dir>:/config \
-e CUPSADMIN="<username>" \
-e CUPSPASSWORD="<password>" \
chuckcharlie/cups-avahi-airprint:latest
Share This Printer when configuring the printer in CUPS.Content type
Image
Digest
Size
86.2 MB
Last updated
about 5 years ago
docker pull alexw1982/cups