quadportnick / docker-cups-airprint

Docker image for CUPS intended as an AirPrint relay on Synology DSM
GNU General Public License v3.0
66 stars 138 forks source link

can't get it to run #8

Open m-arx opened 3 years ago

m-arx commented 3 years ago

my create command:

sudo docker create \ --name=cups \ --restart=always \ --net=host \ --privileged \ -v /volume1/docker/AirPrint/config:/config \ -v /etc/avahi/services:/services \ -e CUPSADMIN="leprint" \ -e CUPSPASSWORD="HellFire123!" \ quadportnick/cups-airprint

logs has a loop of:

I have also tried admin:password, cupsadmin:cupspass - always this loop.

what's wrong?

thoschworks commented 3 years ago

I cannot reproduce this error on my system (Ubuntu 20.04, Docker version 20.10.2, build 2291f61).

I would recomment that you switch to one of the many forks, cause this repository seems to be unmaintained (last commit four years ago) and uses an outdated base os (Ubuntu 17.04) which is unsupported fo three years.
My recommendation would be @chuckcharlie's fork.