Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « docker « ci « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f76471b50f284c5f012191d9a4a906033410eb3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
comments: false
type: index
---

# Docker integration

GitLab CI/CD can be combined with [Docker](https://www.docker.com) to enable
integration between the two.

The following documentation is available for using GitLab CI/CD with Docker:

- [Using Docker images](using_docker_images.md).
- [Building Docker images with GitLab CI/CD](using_docker_build.md).
- [Building images with kaniko and GitLab CI/CD](using_kaniko.md).