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 32e3e5a commit 1cd63ecCopy full SHA for 1cd63ec
entrypoint.sh
@@ -6,4 +6,4 @@ fi
6
7
echo "$INPUT_RUN" | sed -e 's/\\n/;/g' > semicolon_delimited_script
8
9
-exec docker run $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`"
+exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`"
0 commit comments