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 \
|
podman run -dit \
|
||||||
--name "$WORKSPACE" \
|
--name "$WORKSPACE" \
|
||||||
--userns=keep-id \
|
--userns=keep-id \
|
||||||
|
--group-add keep-groups \
|
||||||
--user "$DEV_USER" \
|
--user "$DEV_USER" \
|
||||||
--hostname "$WORKSPACE" \
|
--hostname "$WORKSPACE" \
|
||||||
--label auto-cleanup=true \
|
--label auto-cleanup=true \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user