Docker container can't see a serial port device

前端 未结 2 1528
春和景丽
春和景丽 2020-12-15 12:32

I\'m trying to run a Docker container with access to a serial port on the host.

Here is what I did:

  • I used a Mac
  • Installed drivers on the host
2条回答
  •  感情败类
    2020-12-15 12:55

    As pointed by @pgayvallet on GitHub:

    As the daemon runs inside a VM in Docker Desktop, it is not possible to actually share a mac host device with the container inside the VM, and this will most definitely never be possible.

提交回复
热议问题