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

# Image

> Learn about deploying Docker images on Aptible

# Overview

On Aptible, a [Docker image](https://docs.docker.com/get-started/overview/#images) is used to deploy app containers.

# Deploying with Git

Deploy with Git (formerly known as Dockerfile Deploy) where you push source code (including a Dockerfile) via Git repository to Aptible, and the platform creates a Docker image on your behalf.

<Card title="Learn more about deploying with Git" icon="book" iconType="duotone" href="https://www.aptible.com/docs/dockerfile-deploy" />

# Deploy from Docker Image

Deploy from Docker Image (formerly known as Direct Docker Image Deploy) where you deploy a Docker image that you have built yourself (e.g., in a CI environment), push it to a registry, and tell Aptible to fetch it from there.

<Card title="Learn more about deploying from Docker Image" icon="book" iconType="duotone" href="https://www.aptible.com/docs/direct-docker-image-deploy" />
