diff --git a/README.md b/README.md index dc142b8..bbb1a2c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # DDEV GitLab CI - Docker in Docker (dind) -A image to run DDEV in GitLab any (hosted/self-hoster). - +A container image to run DDEV on any GitLab Runner (hosted/self-hoster). ## Configuration for self-hosted GitLab Runners diff --git a/docs/docker.md b/docs/docker.md index e139bdc..762dc9c 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -1,6 +1,6 @@ # Docker in Docker -The following examples shows how to configure the GitLab Runner +The following example describes how to configure the GitLab Runner to use DDEV within the docker executor (DockerInDocker). * GitLab [Docker in Docker docs](https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#use-docker-in-docker) diff --git a/docs/podman.md b/docs/podman.md index 5c35929..5bb4ee9 100644 --- a/docs/podman.md +++ b/docs/podman.md @@ -1,6 +1,6 @@ # Docker in Podman -The following examples shows how to configure the GitLab Runner +The following example describes how to configure the GitLab Runner to use DDEV within the docker executor using Podman (DockerInPodman). * Configure the [Runner to use Podman](https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands). More details in the [forum](https://forum.gitlab.com/t/gitlab-runner-setup-with-podman/87893/2)