我正在尝试运行https://github.com/mart1nro/joycontrol以从我的 PC 中欺骗joycon。我正在尝试在 Windows 10 中运行的 Linux (ubuntu:18.04) Docker 容器中运行它,但它似乎找不到蓝牙设备。这是我的简单 Dockerfile:https ://github.com/juharris/joycontrol/blob/master/Dockerfile在那里你可以看到docker run
我尝试过的命令。我尝试使用--net=host --privileged
and --net=host --cap-add=SYS_ADMIN --cap-add=NET_ADMIN
。
我得到的错误是:OSError: [Errno 97] Address family not supported by protocol
。
任何让蓝牙通过 Windows 上的 Linux 容器或 Joycon 欺骗替代方案工作的建议将不胜感激。