Docker image with CUPS printing server
403
Forked from ydkn/docker-cups
docker run -d --restart always -p 631:631 -v $(pwd)/config:/etc/cups aniven/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 -p 631:631 -v $(pwd)/config:/etc/cups -e ADMIN_PASSWORD=mySecretPassword ydkn/cups:latest
Wireless printing is based on
avahi, you need add thedbussystem volume:
-v /dev/bus/usb:/dev/bus/usb-v /var/run/dbus:/var/run/dbus
Content type
Image
Digest
sha256:6671f6fab…
Size
148.2 MB
Last updated
over 1 year ago
docker pull aniven/cups