Issue description
I want to access /dev/ttyUSB0 device from ego using github.com/bugst/go-serial.
i can mount the device in docker compose but ego does not see this device
To reproduce
Steps to reproduce the behavior:
in plain go i can access /dev/ttyUSB but does not see /dev/ttyUSB
Expected behavior
Would good to have an option to mount a device like a volume or file.