esp-rs / esp-idf-template

A "Hello, world!" template of a Rust binary crate for the ESP-IDF framework.
372 stars 43 forks source link

Add an option prompt for devcontainer on Podman and SELinux running system #202

Open soiamsoNG opened 3 months ago

soiamsoNG commented 3 months ago

Motivations

devcontainer template Not work well with Fedora kind of podman + selinux system.

podman default map host user to container user as uid=0 gid=0, will get Permission deny error after devcontainer build https://github.com/microsoft/vscode-remote-release/issues/5296

Selinux running system not work without changing running argument https://github.com/microsoft/vscode-remote-release/issues/1333

Solution

Add an option prompt for Podman and SELinux running system

Alternatives

Mark the solution/practice in README