Supports ARM64 and AMD64 and has support for foo2zjs!
/config: where the persistent printer configs will be stored/services: where the Avahi service files will be generated
CUPSADMIN: the CUPS admin user you want created - default is CUPSADMIN if unspecifiedCUPSPASSWORD: the password for the CUPS admin user - default is the same value asCUPSADMINif unspecified
- Must be run on host network. This is required to support multicasting which is needed for Airprint.
docker run --name cups --restart unless-stopped --net host\
-v <your services dir>:/services \
-v <your config dir>:/config \
-e CUPSADMIN="<username>" \
-e CUPSPASSWORD="<password>" \
ghcr.io/axolotlcloud/cups-avahi-airprint:latest
services:
airprint:
image: ghcr.io/axolotlcloud/cups-avahi-airprint:latest
container_name: cups
network_mode: host
volumes:
- </your/services/dir>:/services
- </your/config/dir>:/config
environment:
CUPSADMIN: "<YourAdminUsername>"
CUPSPASSWORD: "<YourPassword>"
restart: unless-stopped
- CUPS will be configurable at http://[host ip]:631 using the CUPSADMIN/CUPSPASSWORD.
- Make sure you select
Share This Printerwhen configuring the printer in CUPS. - After configuring your printer, you need to close the web browser for at least 60 seconds. CUPS will not write the config files until it detects the connection is closed for as long as a minute.