Skip to content

Commit f8c62ab

Browse files
add docker.sock from host in docker run
1 parent 45e02cb commit f8c62ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/scripts/ppc64le/self-hosted-builder/[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ExecStartPre=-/usr/local/bin/gh_cat_token.sh /etc/actions-runner/%i/ghtoken.env
2121
ExecStart=/usr/bin/docker run \
2222
--env-file=/etc/actions-runner/%i/env \
2323
--volume /etc/actions-runner/%i/ghtoken.txt:/run/runner_secret \
24+
--volume /var/run/docker.sock:/var/run/docker.sock \
2425
--init \
2526
--interactive \
2627
--name=actions-runner.%i \

0 commit comments

Comments
 (0)