Interface Summary |
Configuration |
A configuration represents how a container is configured: where deployables are deployed,
container ports, logging levels, container authentication, etc. |
ConfigurationCapability |
Represents the capability of a configuration. |
ExistingLocalConfiguration |
An existing configuration allows you to point Cargo to a container configuration that you have
already set somewhere on your local file system. |
LocalConfiguration |
A local configuration represents a container configuration located somewhere on the local file
system. |
RuntimeConfiguration |
A runtime configuration represents a configuration for a container that is already started. |
StandaloneLocalConfiguration |
Using a standalone configuration allows Cargo to create a valid configuration for your container
in the directory of your choice. |