Docker Compose
Also called: Compose
A tool and specification for defining, configuring, and running multi-container applications using a declarative configuration file.
Explore more about Deployment Standards
Related terms
A portable, immutable package containing an application, its runtime, libraries, dependencies, and configuration needed to run consistently across environments.
Container RegistryA repository for storing, managing, versioning, and distributing container images used in application deployment workflows.
Kubernetes ManifestA declarative configuration file, typically written in YAML, that defines the desired state of Kubernetes resources such as Pods, Deployments, Services, ConfigMaps, and Ingresses, enabling consistent deployment and management of containerized applications.
Deployment ManifestA declarative configuration file that specifies how an application or service should be deployed, configured, and managed within a target environment.
Runtime SpecificationA standardized blueprint or technical rule set defining the execution environment and lifecycle requirements for containers or workloads.