debian-mirror-gitlab/doc/ci/docker/README.md

19 lines
669 B
Markdown
Raw Normal View History

2018-03-17 18:26:18 +05:30
---
2020-06-23 00:09:42 +05:30
stage: Verify
group: Continuous Integration
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers
2018-03-17 18:26:18 +05:30
comments: false
2019-09-04 21:01:54 +05:30
type: index
2018-03-17 18:26:18 +05:30
---
2015-09-25 12:07:36 +05:30
# Docker integration
2019-09-04 21:01:54 +05:30
GitLab CI/CD can be combined with [Docker](https://www.docker.com) to enable
integration between the two.
2019-07-07 11:18:12 +05:30
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).