gitlab-org--gitlab-foss/doc/ci/services
GitLab Bot 7421e6f9f2 Add latest changes from gitlab-org/gitlab@master 2020-03-30 06:07:59 +00:00
..
README.md
docker-services.md Add latest changes from gitlab-org/gitlab@master 2020-03-30 06:07:59 +00:00
mysql.md Add latest changes from gitlab-org/gitlab@master 2020-01-30 15:09:15 +00:00
postgres.md Add latest changes from gitlab-org/gitlab@master 2020-03-30 06:07:59 +00:00
redis.md Add latest changes from gitlab-org/gitlab@master 2020-03-13 09:09:23 +00:00

README.md

comments type
false index

GitLab CI services examples

The services keyword defines a Docker image that runs during a job linked to the Docker image that the image keyword defines. This allows you to access the service image during build time.

The service image can run any application, but the most common use case is to run a database container, for example: