Skip to content

ManuelKlaer/docker-cups-canon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUPS printing server with Canon drivers

Docker Hub: https://hub.docker.com/r/manuelklaer/cups-canon

Architectures

  • linux/amd64
  • linux/arm64
  • linux/i386
  • linux/mips64el

Included packages:

  • 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

Usage

Start the container

docker run -d --restart always -p 631:631 -v ./cups:/etc/cups manuelklaer/cups-canon:latest

Configuration

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