Add an intro to CI services documentation [ci skip]

This commit is contained in:
Achilleas Pipinellis 2015-12-04 11:47:50 +02:00
parent 545a6a720e
commit 4fc9e6944e
1 changed files with 4 additions and 1 deletions

View File

@ -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)