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
- foomatic-db
- printer-driver-all, printer-driver-cups-pdf
- openprinting-ppds
- hpijs-ppds, hp-ppd, hplip
- cnijfilter2 6.70-1
- sudo, whois, usbutlis, smbclient
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