Sign inSign up

aniven/cups

By aniven

Updated over 1 year ago

Docker image with CUPS printing server

Image
Integration & delivery
0

403

aniven/cups repository overview

CUPS Docker Image

Forked from ydkn/docker-cups

Architectures

  • amd64
  • arm64v8

Usage

Start the container
docker run -d --restart always -p 631:631 -v $(pwd)/config:/etc/cups aniven/cups: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 $(pwd)/config:/etc/cups -e ADMIN_PASSWORD=mySecretPassword ydkn/cups:latest

Wireless printing is based on avahi, you need add the dbus system volume:

-v /dev/bus/usb:/dev/bus/usb -v /var/run/dbus:/var/run/dbus

Tag summary

Content type

Image

Digest

sha256:6671f6fab

Size

148.2 MB

Last updated

over 1 year ago

docker pull aniven/cups