Docker Hub: https://hub.docker.com/r/manuelklaer/cups-canon
- linux/amd64
- linux/arm64
- linux/i386
- linux/mips64el
- cups, cups-client, cups-bsd, cups-filters, cups-browsed
- foomatic-db-engine, foomatic-db-compressed-ppds
- printer-driver-all, printer-driver-cups-pdf
- openprinting-ppds
- hpijs-ppds, hp-ppd, hplip
- cnijfilter2 6.80-1
- sudo, whois, usbutlis, smbclient, avahi-utils
docker run -d --restart always -p 631:631 -v ./cups:/etc/cups manuelklaer/cups-canon:latest
Login in to CUPS web interface on port 631 (e.g. https://localhost:631) and configure CUPS to your needs. Default credentials: admin / admin
To change the admin password set the environment variable ADMIN_PASSWORD to your password.
docker run -d --restart always -p 631:631 -v ./cups:/etc/cups -e ADMIN_PASSWORD=mySecretPassword manuelklaer/cups-canon:latest
Forked from: https://gitlab.com/ydkn/docker-cups
Forked from: https://github.com/olbat/dockerfiles/tree/master/cupsd