dlibox icon indicating copy to clipboard operation
dlibox copied to clipboard

Dockerfile

Open prologic opened this issue 7 years ago • 1 comments

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

prologic avatar Jun 19 '18 01:06 prologic

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

maruel avatar Jun 19 '18 11:06 maruel