summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 16:53:45 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-07-06 16:53:45 +0200
commit665d160cf4c7da490cbd8cc75e45d9eaa446ead1 (patch)
tree3bc47d2ff05f9e7a83ede469b7070f4ba88a7383 /doc
parent38a021c2cd110123dae8517033ec4d47be58c9c5 (diff)
downloadgitlab-ci-665d160cf4c7da490cbd8cc75e45d9eaa446ead1.tar.gz
Final touchesdocker-doc
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/).