feat: apply host group permissions inside the container
This commit is contained in:
parent
dd0cefd6c9
commit
4f61a71d12
@ -121,6 +121,7 @@ start_container_if_needed() {
|
||||
podman run -dit \
|
||||
--name "$WORKSPACE" \
|
||||
--userns=keep-id \
|
||||
--group-add keep-groups \
|
||||
--user "$DEV_USER" \
|
||||
--hostname "$WORKSPACE" \
|
||||
--label auto-cleanup=true \
|
||||
|
Loading…
x
Reference in New Issue
Block a user