feat: remove access to host podman socket
This commit is contained in:
parent
ff72c95012
commit
21eee8c3ec
@ -124,7 +124,6 @@ start_container_if_needed() {
|
||||
--user "$DEV_USER" \
|
||||
--hostname "$WORKSPACE" \
|
||||
--label auto-cleanup=true \
|
||||
-v "${XDG_RUNTIME_DIR}/podman/podman.sock:/run/podman/podman.sock:Z" \
|
||||
-v "/home/infilytics/data/$WORKSPACE:/app:Z" \
|
||||
-v "/home/infilytics/secrets/$WORKSPACE/gitconfig:/home/$DEV_USER/.gitconfig:ro,Z" \
|
||||
-v "/home/infilytics/secrets/$WORKSPACE/id_ed25519:/home/$DEV_USER/.ssh/id_ed25519:ro,Z" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user