Explanation
A Configuration specifies how the container is configured (logging, security, data sources, location where to put deployables, etc).
There are 2 main types of Configurations:
Support Matrix
Configuration features
- Configuration properties — Properties to configure a container (request port, shutdown port, logging level, threads, etc)
- Custom Configuration — A user-provided configuration to use instead of the default Cargo-provided ones
- Local Configuration — A configuration for a container that is running on the local machine where Cargo is executing
- Runtime Configuration — A configuration for a container that is already started
|