Closed goncalog closed 7 months ago
one can use a ipvlan
or macvlan
Docker network and connect the container to that network in order to see and connect to a GigE camera (https://docs.docker.com/network/drivers/ipvlan/ and https://docs.docker.com/network/drivers/macvlan/).
Hello, is there an alternative way to connect to a GigE camera from a Docker container other than using
--network host
?The camera is
Basler a2A1920-51gcPRO (40232887)
and the Docker containers are configured via IoT Edge deployment manifests. Setting network to behost
removes the original network (azure-iot-edge
) which is added automatically (i.e. not by us).For context, this is how we do it (based on this thread - https://github.com/Azure/iotedge/issues/6128):
Thank you very much!