# docker-cups-airprint **Repository Path**: rabbired/docker-cups-airprint ## Basic Information - **Project Name**: docker-cups-airprint - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-02 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jmehan/docker-cups-airprint Fork from [quadportnick/docker-cups-airprint](https://github.com/quadportnick/docker-cups-airprint) This Ubuntu 16.04 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. ## Configuration ### Volumes: * `/config`: where the persistent printer configs will be stored * `/services`: where the Avahi service files will be generated ### Variables: * `CUPSADMIN`: the CUPS admin user you want created * `CUPSPASSWORD`: the password for the CUPS admin user ### Ports/Network: * Must be run on host network. This is required to support multicasting which is needed for Airprint. ### Example run command: ``` docker run --name cups --restart unless-stopped --net host\ -v :/services \ -v :/config \ -e CUPSADMIN="" \ -e CUPSPASSWORD="" \ jmehan/docker-cups-airprint:latest ``` ## Add and set up printer: * CUPS will be configurable at http://[host ip]:631 using the CUPSADMIN/CUPSPASSWORD. * Make sure you select `Share This Printer` when configuring the printer in CUPS.