Fix docker build slowness and disk bloat #35

Merged
telackey merged 1 commits from dboreham/use-overlay2-docker-driver into main 2023-04-21 21:49:05 +00:00
Showing only changes of commit 6e93089c01 - Show all commits

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). # Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
privileged: true privileged: true
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway). # 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"