I cannot expose ttyS5 to ubuntu container.
I tried:
docker run -t -i --privileged -v /dev/ttyS5:/dev/ttyS5 ubuntu /bin/bash
Inside the ubuntu, ttyS5 is a directory not a device node
I confirm ttyS5 is working, I tried to send and return data through ttyS5 and ttyS6(COM6)
Is there anyone know how to fix this issue ?
PS. My system is WIN10+docker desktop+ubuntu 1804 app