Image
To launch an app on Aptible, you need to provide a Docker image that Aptible will use to start your App Containers.
There are currently two approaches to provide Aptible with a Docker image for your App:
- Dockerfile Deploy: Push source code (including a
Dockerfile
), and let Aptible build your app image. - Direct Docker Image Deploy: Build the image yourself (e.g. in a CI environment), push it to a registry, and tell Aptible to fetch it from there.
See Also
Updated 4 months ago
Did this page help you?