Hi,
Iam have developed a BLE module to act as BLE Central,based on py bluez .I learned that for module to run and enable the BLE from the host ,need to run container as following ,which I have tried and working fine.
docker run --net=host --cap-add=NET_ADMIN -t our-container****.I would like to deploy it as an Iot edge odule and test.Please help me to understand how can I add Container arguments in container create options in Azure portal.I have already set **priviliged as below
{
"HostConfig": {
"Privileged": true
}
}
Not sure how to set other arguments.
Host platform :Raspberry pi 4b Raspbian.
IOT EDGE V1.1
and IOT EDGE V1.2
Thanks,
Sam