# 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:&#x20;

&#x20;1\.  [Prerequisites ](/avo-assure/integrations-in-avo-assure/devops-integration/cloud-execution/ci-cd-docker/prerequisites.md)\
&#x20;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.

4\.  [View Reports in Avo Assure](broken://pages/Oqw6iFi521PKejkJDnE2)\
Step-by-step instructions on reports view in Avo Assure, refer to Reports view in Avo Assure.


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
