rust-embedded / rust-raspberrypi-OS-tutorials

:books: Learn to write an embedded OS in Rust :crab:

Repository from Github https://github.comrust-embedded/rust-raspberrypi-OS-tutorialsRepository from Github https://github.comrust-embedded/rust-raspberrypi-OS-tutorials

`/dev/ttyACM0` not accessible inside docker container when running Docker rootless

ChocolateLoverRaj opened this issue · comments

I can access /dev/ttyACM0 without sudo because I am in the dialout group. I can run make qemu and it runs Docker rootless. However, if I do make qemu, the program inside the Docker container cannot access /dev/ttyACM0. I think something about the Docker container has to be changed to fix this.