Updated Home (markdown)
8
Home.md
8
Home.md
@@ -72,3 +72,11 @@ Click on the left Pushbutton
|
||||
|
||||
Set the password on the GatewayDevice in FHEM
|
||||

|
||||
|
||||
# Using FHEM in a DOCKER Container.
|
||||
Since the Xiaomi gateway distributes its data in the network via UDP and multicast, it is not possible to operate FHEM in a docker container together with the Xiaomi gateways.
|
||||
The FHEM user "ROAM" Robin has found a way to run FHEM in a docker container. The FHEM Docker Container must be run in HOSTMODE. This is achieved by the parameter --net=host.
|
||||
For example `docker run -d --name fhem --net=host fhem/fhem`
|
||||
|
||||
https://forum.fhem.de/index.php/topic,78418.msg1024950.html#msg1024950
|
||||
**Thanks to Robin for finding out.**
|
||||
|
||||
Reference in New Issue
Block a user