Docker Image
A portable, immutable package containing an application, its runtime, libraries, dependencies, and configuration needed to run consistently across environments.
Explore more about Deployment Standards
Related terms
The practice of packaging an application and its dependencies into portable containers that run consistently across different environments.
Docker ComposeA tool and specification for defining, configuring, and running multi-container applications using a declarative configuration file.
Container RegistryA repository for storing, managing, versioning, and distributing container images used in application deployment workflows.
Runtime EnvironmentThe underlying hardware and software infrastructure where applications or models execute.
Deployment ManifestA declarative configuration file that specifies how an application or service should be deployed, configured, and managed within a target environment.