gilde-ci-cd/documentation/chapters/templates/container/docker-in-docker.adoc

14 lines
401 B
Plaintext

= Docker in Docker Helper
This template helps to start jobs, that need a docker environment to run.
Simply expand from this Template.
You than have access to a Docker over the address behind `$DOCKER_HOST`
:template: container/docker-in-docker.gitlab-ci.yml
include::../../../template-printer.adoc[]
.Simple example
[source,yaml]
----
include::../../../../test/docker/test-dind.gitlab-ci.yml[]
----