Sign inSign up

uxhao/cups

By uxhao

Updated over 1 year ago

docker image for cups printer service

Image
0

904

uxhao/cups repository overview

CUPS Docker Image

Usage

Start the container

docker run -d --restart always --name cups -p 631:631 --device=/dev/bus/usb:/dev/bus/usb -v $(pwd):/etc/cups uxhao/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 --name cups -p 631:631 -v $(pwd):/etc/cups --device=/dev/bus/usb:/dev/bus/usb -e ADMIN_PASSWORD=mySecretPassword uxhao/cups:latest

Tag summary

Content type

Image

Digest

sha256:c89a12ae1

Size

194.6 MB

Last updated

over 1 year ago

docker pull uxhao/cups