Merge pull request #35 from cerc-io/dboreham/use-overlay2-docker-driver

Fix docker build slowness and disk bloat
This commit is contained in:
David Boreham 2023-04-21 15:49:05 -06:00 committed by GitHub
commit b233eb3094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"