-
Notifications
You must be signed in to change notification settings - Fork 53
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
Dev container fails to start #244
Comments
Seems to be the same issue as docker/docs#4709. Tried reproducing it on Linux, no luck |
I don't think so. It looks like serialport/serialport-rs#153 brings this issue on MacOS. It tries to mount the folder
|
i have same issue, is their anyway workaround ? |
It seems to be a compatibility issue since /run/udev does not exist on macOS. |
remove runArgs, in official training it was already removed |
remove runArgs will have problem on macos,
|
Bug description
VS Code throws an error when opening a newly created project with a dev container.
To Reproduce
Steps to reproduce the behavior:
cargo generate esp-rs/esp-idf-template cargo
Environment
The text was updated successfully, but these errors were encountered: