---
title: Continuous integration with Docker
linkTitle: CI
weight: 70
description: Using Docker for continuous integration
keywords: ci, build
aliases:
- /ci-cd/best-practices/
---
Continuous Integration (CI) is the part of the development process where you're
looking to get your code changes merged with the main branch of the project. At
this point, development teams run tests and builds to vet that the code changes
don't cause any unwanted or unexpected behaviors.