olbat / dockerfiles

A collection of Dockerfiles
https://hub.docker.com/u/olbat/
GNU General Public License v3.0
134 stars 73 forks source link

Unable to install Windows printer when cupd.conf is redirected to another folder #100

Closed Olivier-11 closed 10 months ago

Olivier-11 commented 10 months ago

Hi,

In order to keep configuration after a pull of the container i add a volume mapping for config files

  volumes:
              - "/var/run/dbus:/var/run/dbus"
              - "/dev/bus/usb:/dev/bus/usb"
              - "./config:/etc/cups"

With this config printer configuration is still there when the container is stopped and relaunch

But with this config i can not automaticaly install printer in Windows 10 it throw and error unable to connect Everything work when /etc/cups is not map to external volume

It seems like ipp can't find drivers

Is there a way to have both config save to external volume and drivers installation automaticaly working ?

Best regards

olbat commented 10 months ago

Your question is related to the usage & configuration of Docker volumes on Windows. It doesn't really have anything to do with this repository. Please have a look at the documentation or reach out to the appropriate support channel.