Is it possible to use bluetooth (BLE in my case) key in docker container?
On my main machine:
$ hcitool dev Devices: hci0 5C:F3:70:64:F0:11
Inside Docker, he finds nothing. I run Docker as:
sudo docker run --privileged -i -t ubuntu /bin/bash
I donโt know enough about the bluetooth subsystem in Linux to understand what is different between the host and docker.
The hci0 device hci0 displayed on both systems:
$ ls -l /sys/class/bluetooth lrwxrwxrwx 1 root root 0 Mar 5 01:23 hci0 -> ../../devices/pci0000:00/0000:00:11.0/0000:02:00.0/usb2/2-2/2-2.3/2-2.3:1.0/bluetooth/hci0
Is anyone trying to use bluetooth inside Docker?
source share