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
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
Content type
Image
Digest
sha256:c89a12ae1…
Size
194.6 MB
Last updated
over 1 year ago
docker pull uxhao/cups