geoffh1977 / docker-airprint

CUPS Airprint Container
GNU General Public License v3.0
0 stars 0 forks source link

CUPS Airprint Container

Docker Cloud Build Status GitHub

Description

An Ubuntu based CUPS print container that allows for Airprint. For use with printers/networks that don't offer airprint.

Starting The Container

To start the container and connect it to Avanhi on th host:

docker run --rm --name CupsAirprint -e CUPSADMIN=cupsadmin -e CUPSPASSWORD=cupspassword -v /mnt/tank/docker/cups-airprint/config:/config -v /etc/avahi/services:/services -p 631:631 cups-airprint

Notes

Building The CUPS Airprint Container

After cloning the repository, simply execute the make build command while in the repository root path to execute a docker build of the current Dockerfile. The Makefile contains a number of useful commands which perform different actions.

Getting In Contact

If you find any issues with this container or want to recommend some improvements, fell free to get in contact with me or submit pull requests on github.