Merge pull request #35 from cerc-io/dboreham/use-overlay2-docker-driver
Fix docker build slowness and disk bloat
This commit is contained in:
commit
b233eb3094
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user