14 lines
401 B
Plaintext
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[]
|
|
---- |