Introduction to Containers
On Aptible, all your resources are deployed in Containers.
Container Command
Containers run the command specified by the Service they belong to:
- If the service is an Implicit Service, then that command is your Image's
CMD
. - If the service is an Explicit Service, then that command is defined by your Procfile.
Learn More About Containers
Updated 25 days ago
Did this page help you?