> For the complete documentation index, see [llms.txt](https://docs.avoautomation.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avoautomation.com/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker.md).

# CI/CD Docker

## What is Docker?

Docker is a platform that lets user run applications inside lightweight, portable containers. A container works like a box that holds everything the application needs its software, libraries, and settings so it runs consistently across any infrastructure.

### In Avo Assure how the CI CD Docker works?

In Avo Assure, ICE has been containerized using Docker, enabling seamless cloud execution. This means ICE can now be deployed and run on any infrastructure, whether it's an **on-premises, virtual machines, Kubernetes clusters, or cloud platforms**. The ICE Docker image can be copied from the DevOps window of the Avo Assure, allowing users to run the ICE image from any environment with help of Docker. Instead of installing and configuring the Avo Assure Client locally, users can run the client as a **Docker container image**, making the setup faster, scalable, and cloud ready.

### What is Infrastructures?

When we say Avo Assure Client can run on any infrastructure, it refers to the different types of environments where Docker containers can be deployed and run.\
In Avo Assure, the supported infrastructures include:

* On-Premises Infrastructure
* Virtual Machines (VMs)
* Cloud Infrastructure (IaaS, PaaS, SaaS)
* Containerized Infrastructure
* Kubernetes / Orchestration Platforms
* Hybrid Infrastructure
* Multi-Cloud Infrastructure
* And more

## This Document Includes:

1\. [Prerequisites ](/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker/prerequisites.md)\
Prerequisites for CI/CD Docker.

2\. [DevOps window in Avo Assure](/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker/devops-window-in-avo-assure.md)\
Step-by-step instructions on navigating to the DevOps window in Avo Assure, refer to Navigate to DevOps Window.

3\. [Trigger Execution list](/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker/trigger-execution-list.md)\
Step-by-step instructions on executing Execution list on any Cloud infrastructure, refer to Trigger Execution list.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.avoautomation.com/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
