> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aieev.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Air Container

> Deploy and manage containerized applications

Air Container is a workload that allows you to deploy and manage your own container images on AirCloud. It is ideal when you need full control over your runtime environment, dependencies, ports, environment variables, compute resources, and autoscaling behavior.

## When to Use Air Container

Air Container is recommended when you need to:

* Deploy your own model server or application container.
* Configure GPU specifications and the number of Replicas.
* Use Autoscaling together with Scheduled Scaling.
* Have greater operational control than Air API provides.

## What You Can Do with Air Container

<CardGroup cols={3}>
  <Card title="Deploy Containers" icon="container" href="/docs/air-container/deploy-a-container">
    Deploy container images from Docker Hub, Amazon ECR, Google Artifact Registry, GitHub Container Registry, and other registries.
  </Card>

  <Card title="Start, Stop, and Restart" icon="hand-helping" href="/docs/air-container/container-management">
    Start, stop, and restart containers to efficiently manage operational costs.
  </Card>

  <Card title="Autoscaling and Scheduled Scaling" icon="activity" href="/docs/air-container/autoscaling-and-scheduling">
    Automatically scale containers based on traffic and configure time-based scaling schedules.
  </Card>

  <Card title="Monitoring" icon="radar" href="/docs/air-container/monitoring">
    Monitor GPU utilization, logs, and deployment settings to quickly diagnose issues.
  </Card>

  <Card title="Access and Connect" icon="terminal" href="/docs/air-container/access-and-connect">
    Connect to running containers using the Web Terminal, AirCloud CLI, or SSH.
  </Card>

  <Card title="Persistent Storage" icon="database" href="/docs/air-container/shared-storage">
    Keep your data intact even when containers are stopped or restarted.
  </Card>
</CardGroup>
