I\'m trying to run a Docker container with access to a serial port on the host.
Here is what I did:
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.