Docs(Dind): Add test code as example to dind docs

This commit is contained in:
Marcel Feix 2022-07-07 15:52:45 +02:00
parent 75cdd06739
commit ffc5d68c78
No known key found for this signature in database
GPG Key ID: 04D016E104A25F03

View File

@ -6,3 +6,9 @@ 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[]
----