sudo docker run --device /dev/video0:/dev/video0 -p 9000:9000 -p 8000:8000 -a stdin -it project_image /bin/bash (this will interface camera (device) with my docker image in ubunutu distribution)
Needed the information about the simillar implementaion in Mac OS.
In ubuntu all devices get listed in /dev is there anything simillar in Mac OS so that we can mount it to docker image.
ref: linux - Sharing devices (webcam, USB drives, etc) with Docker - Stack Overflow