diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-04 11:47:50 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2015-12-08 18:26:54 +0200 |
commit | 4fc9e6944e363e3167fede07c0d6898ff6c7e19f (patch) | |
tree | cf71216aa454de9b802617f0e6e3dc7a8fc79a4f /doc | |
parent | 545a6a720ee4b8b795c51ca70ccb2513c9cd43ff (diff) | |
download | gitlab-ce-4fc9e6944e363e3167fede07c0d6898ff6c7e19f.tar.gz |
Add an intro to CI services documentation [ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/services/README.md | 5 |
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) |