Hi,
Is there anyone that can give some advice on which docker I should use for setting up a cups printserver that supports the samsung m2020 series? In particular the m2026w. A compose file would be nice. My previous attempt didn't work:
Post
RE: Switch off and on (re-plug) USB printer with olbat/cupsd
[…]
If you copy and paste this command:
docker run -d -p 631:631 -v /var/run/dbus:/var/run/dbus --name cupsd olbat/cupsd
on this website:
https://www.composerize.com/
you will have a yaml for docker-compose:
(Code, 9 lines)
You just need to tidy it up a bit. It works the same but reads better.
(Code, 10 lines)
There is also an example file in the omv-compose plugin for creating a composerize container that does the same thing.
If you copy and paste this command:
docker run -d -p 631:631 -v /var/run/dbus:/var/run/dbus --name cupsd olbat/cupsd
on this website:
https://www.composerize.com/
you will have a yaml for docker-compose:
(Code, 9 lines)
You just need to tidy it up a bit. It works the same but reads better.
(Code, 10 lines)
There is also an example file in the omv-compose plugin for creating a composerize container that does the same thing.
Thank you.