gitlab-org--gitlab-foss/doc/ci/docker/README.md

16 lines
429 B
Markdown
Raw Normal View History

2017-11-01 15:56:40 +00:00
---
comments: false
type: index
2017-11-01 15:56:40 +00:00
---
2015-08-26 01:42:46 +00:00
# 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).