Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2015-12-04 12:47:50 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2015-12-08 19:26:54 +0300
commit4fc9e6944e363e3167fede07c0d6898ff6c7e19f (patch)
treecf71216aa454de9b802617f0e6e3dc7a8fc79a4f /doc
parent545a6a720ee4b8b795c51ca70ccb2513c9cd43ff (diff)
Add an intro to CI services documentation [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/services/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ci/services/README.md b/doc/ci/services/README.md
index 0550e9435a3..0856b7679c2 100644
--- a/doc/ci/services/README.md
+++ b/doc/ci/services/README.md
@@ -1,6 +1,9 @@
## GitLab CI Services
+GitLab CI uses the `service` keyword to define what docker containers should be
+linked with your base image. Below is a list of examples you may use.
+
+ [Using MySQL](mysql.md)
+ [Using PostgreSQL](postgres.md)
+ [Using Redis](redis.md)
-+ [Using Other Services](../docker/using_docker_images.html#how-to-use-other-images-as-services)
++ [Using Other Services](../docker/using_docker_images.md#how-to-use-other-images-as-services)