I'm trying to discover the BACnet devices [simulated devices, using YABE for same] via the java application internally using the bacnet4j-wrapper.

Devices are getting discovered when running the application on local system, but when we're trying to run the code inside the docker container, the client application is unable to discover the devices.

I've even tried using the --network="host" but no luck.