olbat / dockerfiles

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

need to re-install and config printer after update docker #77

Closed sofs2005 closed 2 years ago

sofs2005 commented 2 years ago

My printer is brother LDP2550DW, by default CUPS has its own driver but seems cannot use, so I have to install driver downloaded on Brother website and then install with the new driver. When docker has an update, I have to re-do it, is there any way to remain the drivers an configurations?

olbat commented 2 years ago

If you patched the image, you'll have to re-perform your changes every time you update it. If you want to avoid that, don't update your image.

Now if you just patched the image by executing some commands in a running container, you should probably build you custom image instead by writing a custom Dockerfile that adds your driver.

I'm going to close the issue has it has nothing to do with this repository. Please refer to the troubleshooting section of the README file to find the relevant support channels for your question.