Home Explore Blog CI



docker

content/guides/docker-build-cloud/ci.md
f90b21051ee48ff7919aaaaf6a8eaaca975081658c478311000000030000034d
---
title: "Demo: Using Docker Build Cloud in CI"
description: Learn how to use Docker Build Cloud to build your app faster in CI.
weight: 30
---

Docker Build Cloud can significantly decrease the time it takes for your CI builds
take to run, saving you time and money. 

Since the builds run remotely, your CI runner can still use the Docker tooling CLI
without needing elevated permissions, making your builds more secure by default.

In this demo, you will see:

- How to integrate Docker Build Cloud into a variety of CI platforms
- How to use Docker Build Cloud in GitHub Actions to build multi-architecture images
- Speed differences between a workflow using Docker Build Cloud and a workflow running natively
- How to use Docker Build Cloud in a GitLab Pipeline

{{< youtube-embed "wvLdInoVBGg" >}}

<div id="dbc-lp-survey-anchor"></div>

Chunks
5718a736 (1st chunk of `content/guides/docker-build-cloud/ci.md`)
Title: Demo: Using Docker Build Cloud in CI
Summary
This section introduces Docker Build Cloud and its benefits for CI/CD, highlighting its ability to reduce build times and enhance security by running builds remotely without requiring elevated permissions. The demo showcases integration with various CI platforms, including GitHub Actions and GitLab Pipelines, and demonstrates the speed improvements achieved by using Docker Build Cloud for multi-architecture image builds. A YouTube video is embedded to illustrate the process.