Running OTBR in Docker

There are several docker images of OTBR and they all have different parameters for setting baudrate and serial port. Even if ChatGPT knows what image you’re using it probably doesn’t know the differences of each’s parameters. Consult the documentation for the image you’re using to set the parameters in docker command/compose correctly.

Edit: looking at the docs, the ownbee image for example doesn’t mention the RADIO_URL variable, but it does mention DEVICE (which should be passed as env using -e).

I think I succeeded by using your TLV option:

Thanks.
I guess I did fix it see above