Direct Docker Image Deploy


If you need absolute control over your Docker image's build, Aptible 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 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.
See Also
Updated 4 months ago
Did this page help you?