We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
🌲rust-esp32-example $ podman run --platform linux/arm64 --rm --device "/dev/cu.usbserial-10" -it espressif/idf-rust-examples WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64) Error: stat /dev/cu.usbserial-10: no such file or directory 🌲rust-esp32-example $ stat /dev/cu.usbserial-10 4035832191 1213 crw-rw-rw- 1 root wheel 150994951 0 "Jan 13 15:23:54 2024" "Jan 13 15:23:54 2024" "Jan 13 15:23:54 2024" "Dec 31 16:00:00 1969" 65536 0 0 /dev/cu.usbserial-10
https://www.redhat.com/sysadmin/files-devices-podman
My gut tells me this only works in linux.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
https://www.redhat.com/sysadmin/files-devices-podman
Discussion
My gut tells me this only works in linux.
The text was updated successfully, but these errors were encountered: