mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-29 21:42:06 +08:00
feat: allow more dockerd options (#2701)
This commit is contained in:
committed by
GitHub
parent
06cbd632b8
commit
dc58f6ba13
@@ -146,5 +146,9 @@ RUN export ARCH=$(echo ${TARGETPLATFORM} | cut -d / -f2) \
|
||||
&& which docker-compose \
|
||||
&& docker compose version
|
||||
|
||||
# Create folder structure here to avoid permission issues
|
||||
# when mounting the daemon.json file from a configmap.
|
||||
RUN mkdir -p /home/runner/.config/docker
|
||||
|
||||
ENTRYPOINT ["/bin/bash", "-c"]
|
||||
CMD ["entrypoint-dind-rootless.sh"]
|
||||
|
||||
Reference in New Issue
Block a user