Simple CUPSD server to quickly deploy. HPLIP, Gutenberg and all CUPS drivers already loaded.
1.1K
Here's a docker-compose.yml. It will have a LP admin user called printadmin, password is specified and set by the env variable below.
version: '3'
services:
cupsserver:
image: hakankoseoglu/cupsd
container_name: cupsserver
volumes:
- ./volume/cups:/etc/cups/
- ./volume/pdf:/var/spool/cups-pdf/
ports:
- "22631:631"
expose:
- "631"
environment:
ENV_CUPS_PASSWORD: changemenow
Content type
Image
Digest
sha256:ca54b1f7c…
Size
248.7 MB
Last updated
6 months ago
docker pull hakankoseoglu/cupsd