From 6e93089c01ab15ad4c07b8de02d0b6172e28c172 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 21 Apr 2023 13:05:25 -0600 Subject: [PATCH] Mount an anonymous volume at /var/lib/docker --- gitea/config/act-runner-config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/config/act-runner-config.yml b/gitea/config/act-runner-config.yml index e1046fa..15aef7d 100644 --- a/gitea/config/act-runner-config.yml +++ b/gitea/config/act-runner-config.yml @@ -47,4 +47,4 @@ container: # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker). privileged: true # And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). - options: --add-host=gitea.local:host-gateway + options: --add-host=gitea.local:host-gateway --volume "/var/lib/docker"