

If you need absolute control over your Docker image's build, Aptible Deploy lets you deploy directly from a Docker image.
The workflow for Direct Docker Image Deploy is as follows:
- You build your Docker image locally, or in a CI platform
- You push the image to a Docker registry
- You use the
aptible deploy
command to initiate a deployment on Aptible Deploy from the image stored in your registry.
If you'd like to experiment with Direct Docker Image Deploy, but don't have a suitable image handy, check out this Direct Docker Image Deploy Example.
Updated 2 months ago