gitlab-org--gitlab-foss/doc/ci/services
Marcia Ramos a76ad1af9f Add doc type
For CI services examples
2019-05-30 06:21:27 +00:00
..
README.md Add doc type 2019-05-30 06:21:27 +00:00
docker-services.md Docs: fix duplicate titles 2018-05-09 16:11:28 +00:00
mysql.md Add doc type 2019-05-30 06:21:27 +00:00
postgres.md Add doc type 2019-05-30 06:21:27 +00:00
redis.md Add doc type 2019-05-30 06:21:27 +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: