Aptible PaaS logoDocs

Image

Learn about deploying Docker images on Aptible

Overview

On Aptible, a Docker image is used to deploy app containers.

There are two ways to deploy an image on Aptible:

  • Deploying via Git Push: 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.
  • Deploying via Docker Image: 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.

Keep reading:

Image