- BASE: archlinux
- amd64
docker run -d --restart always -p 631:631 -v /mnt/user/appdata/cups-oki:/etc/cups:rw -v /var/run/dbus:/var/run/dbus:ro --device /dev/bus realizelol/cups-oki: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 username change CUPS_USER_ADMIN to set the password change CUPS_USER_PASSWORD:
docker run -d --restart always -p 631:631 -v /mnt/user/appdata/cups-oki:/etc/cups:rw -v /var/run/dbus:/var/run/dbus:ro --device /dev/bus -e CUPS_USER_ADMIN=admin -e CUPS_USER_PASSWORD=mySecretPassword realizelol/cups-oki:latest