diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 16:53:45 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-07-06 16:53:45 +0200 |
commit | 665d160cf4c7da490cbd8cc75e45d9eaa446ead1 (patch) | |
tree | 3bc47d2ff05f9e7a83ede469b7070f4ba88a7383 | |
parent | 38a021c2cd110123dae8517033ec4d47be58c9c5 (diff) | |
download | gitlab-ci-docker-doc.tar.gz |
Final touchesdocker-doc
-rw-r--r-- | doc/builds_configuration/docker.md | 2 |
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/). |