Open soiamsoNG opened 8 months ago
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
Add an option prompt for Podman and SELinux running system
Mark the solution/practice in README
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