Docker: Dock and Control
My Home Assistant have been running on HassOS. I have understood that this also runs its own Docker Environment for the plugins. The key plugins that I am using is as follows: Nginx proxy managerSSH terminalmotionEyeConfiguratorPiHole The Nginx proxy manager takes care of forwarding external requests going to my network. One of the downsides of having it run inside HassOS is the addon will also restart when HassOS is restarted. Most of the time (without considering carefully) restart my HassOS and then loss the proxy manager and access to my network. So I decided to change my configuration. Docker on Raspbian Docker CE have been a long time preference for rapid application development. It may sound like a Virtual machine but it is entirely different in most ways. Let us…