Cups image. Works on 64 and 32 bit (arm v6) Raspberry Pi. I needed an image to run on a Pi Zero W, and there wasn't anything else around. Spin it up, and browse to http://ipaddress:631 Remote administration is enabled.
docker-compose sample:
services:
cups:
image: fybre/cups
container_name: cups
restart: unless-stopped
ports:
- 631:631
devices:
- /dev/bus/usb:/dev/bus/usb
volumes:
- <yourlocalpath>:/etc/cups
environment:
- CUPSADMIN=admin
- CUPSPASSWORD=password
- TZ=Australia/Sydney
Content type
Image
Digest
sha256:2e01a35e1…
Size
236 MB
Last updated
almost 2 years ago
docker pull fybre/cups