Mount an anonymous volume at /var/lib/docker

This commit is contained in:
David Boreham 2023-04-21 13:05:25 -06:00 committed by GitHub
parent b5d63b6ad0
commit 6e93089c01
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"