We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7f4fd commit bd28b2cCopy full SHA for bd28b2c
common/.commonfiles.sha
@@ -1 +1 @@
1
-9e1d80b1d6e11515663e9eda1fb528ff4f129589
+646bb9f1a52d2626e1440ee23a73efe113f93a18
common/scripts/run.sh
@@ -47,6 +47,7 @@ read -ra DOCKER_RUN_OPTIONS <<< "${DOCKER_RUN_OPTIONS:-}"
47
"${DOCKER_RUN_OPTIONS[@]}" \
48
--init \
49
--sig-proxy=true \
50
+ --cap-add=SYS_ADMIN \
51
${DOCKER_SOCKET_MOUNT:--v /var/run/docker.sock:/var/run/docker.sock} \
52
$CONTAINER_OPTIONS \
53
--env-file <(env | grep -v ${ENV_BLOCKLIST}) \
0 commit comments