Definition
A configuration for a container that is already started
Explanation
This configuration represents a container that is already running somewhere, be it on the same machine as Cargo or not, that might have been started by Cargo or not. Cargo accesses that container using a remote access protocol and the container is considered as a black box.
Support Matrix
Java |
Ant |
Maven1 |
Maven2 |
IntelliJ IDEA |
Netbeans |
|---|---|---|---|---|---|
|
|
|
|
|
|
Java API
There are different ways of using a runtime configuration:
- By directly instantiating the configuration matching your container. For example:
- By using the
DefaultConfigurationFactorywhich automatically maps the right implementation for the container you're using. For example:
Ant Task
Example:
Maven2 Plugin
Example:
Labels