Duly noted, thanks.
One last thing. When the docker starts, if I go to my System Info window, the IP address of the LE box shows as 172.17.0.1
If I issue docker stop and stop all containers, the IP address is restored to the correct one. And upon restart of docker reverts back to 172.17.0.1. Any way to fix this? When I was manually running docker I think I was able to solve this by appending "--net=host" to the docker start command.
It's just a visual bug. Kodi retrieves all network interfaces from os and displays the first ip from that list in the gui. When docker is running, there are multiple network interfaces and the first ip happens to be the one for docker's internal virtual interface ip.
Don't worry, it doesn't actually change kodi's ip address.
In fact, I have a fire tv running kodi and it shows a weird ip that is not even in my lan ip range, within kodi. But I can connect to it through the fire tv's ip. The one shown in kodi must be some internal virtual lan used by the fire tv.