I added a wiki page here:
https://www.domoticz.com/wiki/Docker
and I welcome pull requests and issues here:
https://github.com/joshuacox/mkdomoticz
Search found 5 matches
- Tuesday 04 October 2016 18:29
- Forum: Third party and supplementary tools
- Topic: Docker on raspberry pi
- Replies: 9
- Views: 4243
- Monday 03 October 2016 15:19
- Forum: Third party and supplementary tools
- Topic: Docker on raspberry pi
- Replies: 9
- Views: 4243
Re: Docker on raspberry pi
I did not realize you could net boot the things as well.
https://www.raspberrypi.org/forums/view ... f=7&t=1444
that makes things very interesting.
https://www.raspberrypi.org/forums/view ... f=7&t=1444
that makes things very interesting.
- Monday 03 October 2016 5:39
- Forum: Third party and supplementary tools
- Topic: Docker on raspberry pi
- Replies: 9
- Views: 4243
Re: Docker on raspberry pi
@remb0 I would be happy to write that for the wiki, where do you think it should go appropriately? Another advantage I can think of is more integration with other projects. Because, much like myself, I'm sure others are already using their pi for other things. My position at this point is that all ...
- Monday 03 October 2016 5:30
- Forum: Third party and supplementary tools
- Topic: Docker on raspberry pi
- Replies: 9
- Views: 4243
Re: Docker on raspberry pi
Well the advantage in my case is that eventually I want to move most services into an orchestrated environment where containerized applications can move freely across hardware to evenly distribute load among many devices. While my makefile does not do that yet, it is certainly where I'm going with ...
- Sunday 02 October 2016 7:11
- Forum: Third party and supplementary tools
- Topic: Docker on raspberry pi
- Replies: 9
- Views: 4243
Docker on raspberry pi
I've been using domoticz inside a docker container on a raspberry pi for a couple of months now. I thought I would mention here in case anyone else might find it useful. There's a repo here: https://github.com/joshuacox/mkdomoticz you can checkout the arm branch, and `make run`, it will prompt you ...