Commit 979bd916 authored by Evan Read's avatar Evan Read

Merge branch 'gitlab-runner-services-dns-hosts' into 'master'

using_docker_images.md: document services inheriting dns and addn hosts settings

See merge request gitlab-org/gitlab-ce!23333
parents 591b7034 33a9c501
...@@ -67,6 +67,9 @@ services you need to `.gitlab-ci.yml` or manually modify `config.toml`. ...@@ -67,6 +67,9 @@ services you need to `.gitlab-ci.yml` or manually modify `config.toml`.
Any image found at [Docker Hub][hub] or your private Container Registry can be Any image found at [Docker Hub][hub] or your private Container Registry can be
used as a service. used as a service.
Services inherit the same DNS servers, search domains, and additional hosts as
the CI container itself.
You can see some widely used services examples in the relevant documentation of You can see some widely used services examples in the relevant documentation of
[CI services examples](../services/README.md). [CI services examples](../services/README.md).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment