Re: [sane-devel] Running sane din docker

2017-08-01 Thread Olaf Meeuwissen
Hi Jan, Jan De Luyck writes: > On Sun, 30 Jul 2017, at 06:31, Olaf Meeuwissen wrote: >> Hi Jan, >> >> Jan De Luyck writes: >> >> [...] >> >> Can I have a look at your Dockerfile? What docker command-line >> invocation (or what docker-compose.yml) do you use? > > Sure. I've got everything up on

Re: [sane-devel] Running sane din docker

2017-07-30 Thread Jan De Luyck
On Sun, 30 Jul 2017, at 06:31, Olaf Meeuwissen wrote: > Hi Jan, > > Jan De Luyck writes: > > > Ah. I'm running saned in a container, which runs on the host which has > > the usb scanner plugged in. I want to share that scanner over the > > network to other machines. > > # For folks more

Re: [sane-devel] Running sane din docker

2017-07-29 Thread Olaf Meeuwissen
Hi Jan, Jan De Luyck writes: > Ah. I'm running saned in a container, which runs on the host which has > the usb scanner plugged in. I want to share that scanner over the > network to other machines. # For folks more familiar with VMs, it's like making the USB devices # from the host OS visible

Re: [sane-devel] Running sane din docker

2017-07-29 Thread Jan De Luyck
Ah. I'm running saned in a container, which runs on the host which has the usb scanner plugged in. I want to share that scanner over the network to other machines. The scanner is a HP PSC 1200, supported through hpaio (and works great). Hpaio backend is version 3.16.11. Sane is version 1.0.25

[sane-devel] Running sane din docker

2017-07-29 Thread Jan De Luyck
Hello, I'm currently trying to get Sane to run inside a docker container. Reasons being that I can't modify the OS of the underlying machine, but I can play with docker containers. By sharing the /dev/bus/usb filesystem to the container, and mapping the necessary ports, I've gotten it to run