Definition
Ability to deploy/undeploy Deployables into a running container
Explanation
Cargo offers a Deployer interface that container implementations can implement to perform hot deployments; please see the Deployer page for more information on how to perform a hot deployment.
If you want to deploy Deployables before the container is started, Static Deployment would be the best option.
|