Anuj Datar

Results 50 comments of Anuj Datar

This could work, but then, if the a printer's power is turned off, and it does not come back on, you could potentially get stuck in a restart-loop. Plus I...

Yeah, that was my first thought too, but that's a solution outside the container. So I didn't want to make that the go to method. But yeah, that's a fix...

aah, okay thanks.. I do not have a lot of experience with s6, or managing multiple services inside containers. Thanks for the examples. I honestly did not get a lot...

Thanks for all the work. I'll test it out over the weekend and merge the request. Unfortunately I will not be able to get to this till Friday.

Hi, sorry for the super late reply. There's just been a lot on my plate lately. Yes, this image does not have samba installed. I considered it, and I think...

Hi, I woulld be open to merge this, but I have no way of testing this consistently. I don't have an arm v6 board anymore. I think alpine linux based...

Hey, Thanks for letting me know. I have been meaning to add `avahi-daemon` to the container and see if the printer is discoverable from MacOS. I'll try it out over...

Hi @leleobhz > I suggest instead to add avahi to container, to use docker-compose to document how to integrate 2 containers and use something like https://github.com/flungo-docker/avahi with this job. Interesting,...

Hmm, I haven't tried using docker on a Raspberry Pi Zero. Looks like it might be an issue with the Alpine Linux base image. I'll have to look into it.

Hi, Macs need mdns and some added configuration for printer discoverability and AirPrint. I think iPhones and iPads can work without this, but I am not sure. I did not...