Run as a container (#8) including Docker-in-Docker. #84

Merged
wolfogre merged 2 commits from :telackey/dind into main 2023-04-11 02:58:13 +00:00
Showing only changes of commit 8d9bc970d5 - Show all commits

View File

@ -44,7 +44,7 @@ cache:
container:
# Which network to use for the job containers. Could be bridge, host, none, or the name of a custom network.
network_mode: bridge
# Whether to use Docker privileged mode or not (privileged mode is required for Docker-in-Docker).
privileged: true
# Whether to use privileged mode or not when launching task containers (privileged mode is required for Docker-in-Docker).
privileged: false
# And other options to be used when the container is started (eg, --add-host=my.gitea.url:host-gateway).
options: