add docker socker

This commit is contained in:
Tomas Mirchev 2025-03-30 03:13:33 +02:00
parent 4e18082cb2
commit 53f1e23bab

View File

@ -53,6 +53,7 @@ else
-v "$HOME/.ssh:/home/dev/.ssh" \
-v "$PWD:/workspace" \
-v /var/run/docker.sock:/var/run/docker.sock \
--group-add $(getent group docker | cut -d: -f3) \
--name "$CONTAINER_NAME" \
--init \
"$FULL_IMAGE_NAME" \