summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/builds_configuration/docker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builds_configuration/docker.md b/doc/builds_configuration/docker.md
index 6d693d1..1ee7d10 100644
--- a/doc/builds_configuration/docker.md
+++ b/doc/builds_configuration/docker.md
@@ -23,7 +23,7 @@ gitlab-ci-multi-runner register \
--docker-mysql latest
```
-The registered runner will use `ruby:2.1` image and will allow to access `postgres` and `mysql` databases for time of the build.
+**The registered runner will use `ruby:2.1` image and will run two services (`postgres:latest` and `mysql:latest`) that will be accessible for time of the build.**
### What is image?
The image is the name of any repository that is present in local Docker Engine or any repository that can be found at [Docker Hub](https://registry.hub.docker.com/).