-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB ports detected as unknown in docker #153
Comments
dylif
added a commit
to dylif/esp-idf-template
that referenced
this issue
Oct 1, 2024
This is done to address a problem in the `serialport-rs` library: serialport/serialport-rs#153 Using the `runArgs` property since the `mounts` property doesn't allow specifying `readonly`.
SergioGasquez
pushed a commit
to esp-rs/esp-idf-template
that referenced
this issue
Oct 3, 2024
This is done to address a problem in the `serialport-rs` library: serialport/serialport-rs#153 Using the `runArgs` property since the `mounts` property doesn't allow specifying `readonly`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running inside of docker (base image:
rust:1.75-buster
) and trying to list the detected ports, I am getting thisThings work fine when running on the same machine outside of docker.
Any ideas how to debug/fix this?
The text was updated successfully, but these errors were encountered: