fix: remove duplicate docker socket mount from runner container options

act_runner v4.0.1 automatically propagates the docker socket when
DOCKER_HOST env var is set. Adding the socket via 'container.options'
caused duplicate bind mounts which made Docker fail container creation.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CTO Agent 2026-07-18 16:28:27 +00:00
parent 3dbf0758d1
commit 4bc564152e

View file

@ -20,4 +20,4 @@ data:
container: container:
network: host network: host
privileged: false privileged: false
options: -v /var/run/docker.sock:/var/run/docker.sock options: