containerprovided
containerprovided is a term used in software engineering to label resources or capabilities that are supplied by a container runtime or the container image itself, rather than by the application code or the host system.
In practice, the concept is used in configuration and orchestration to distinguish container-provided resources from host-provided
For example, a configuration file might declare containerprovided: true for a library that ships with the base
The term is not a formal standard, but it has appeared in internal docs and some orchestration
See also: containerization, Docker, Kubernetes, dependency injection, runtime environment.