README.md 520 字节
Newer Older
1 2
---
comments: false
M
Marcia Ramos 已提交
3
type: index
4 5
---

M
Marcia Ramos 已提交
6
# GitLab CI services examples
7

M
Marcia Ramos 已提交
8 9 10 11 12 13 14
The [`services`](../docker/using_docker_images.md#what-is-a-service)
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:
15

16 17 18
- [Using MySQL](mysql.md)
- [Using PostgreSQL](postgres.md)
- [Using Redis](redis.md)