What are the limitations for running OpenThread Border Router in Docker?
I have not been able to successfully use it to build a Thread network and join Matter devices to it. I would like to be able to setup and run it in a Docker container and use it as if I installed the OTBR software on bare metal.
If I run on bare metal, I can use this command running on another computer to see the service:
avahi-browse -r -t _meshcop._udp
If I run OTBR in Docker and run the above command, I cannot see any services.
It looks like to network traffic from the Docker container isn't properly integrated with the LAN network.
Have anyone successfully done this?