maruel / dlibox

Home automation that does not depend on the internet
http://www.dlibox.com
Apache License 2.0
26 stars 1 forks source link

Dockerfile #15

Open prologic opened 6 years ago

prologic commented 6 years ago

Let's Dockerize this thing; I don't want to run this on RPi(s) ;D

maruel commented 6 years ago

I never felt the urge to put my Go executables in a docker container mainly because they are already statically linked and have no runtime dependencies. This doesn't apply to anything using cgo, but dlibox is not using cgo. What would bring value is to include mosquitto in the container (?). I think it would be cool.

Side note; I haven't worked on dlibox in a while but definitely want to put it in a working state. This is not abandoned, it just got preempted by my work on periph.io.

Thanks