ENGLISH
REFERENCE

container image

compound.
C1 Advanced Containers
Definition

compound. a ready-to-use file that contains everything a computer program needs to run, including the code and settings. You can think of it as a digital box that works the same way on any computer.

compound. a lightweight, standalone, executable package of software that includes everything needed to run an application: code, runtime, system tools, system libraries and settings. It serves as a static template for creating active containers in a virtualised environment.


SIMPLE

The developer shared the container image with the whole team.

CONTEXTUAL

By using a standard container image, the engineering team ensured that the application behaved identically on their laptops and the production servers.

COMPLEX

Security audits of a container image typically involve scanning its layers for known vulnerabilities before it is deployed to a cloud-based orchestration platform.

Origin

A compound of container, referring to the method of operating-system-level virtualisation, and image, a term used in computing since the 1960s to describe a complete representation of a system or data set at a specific point in time.

Etymology adapted from Wiktionary, available under CC BY-SA 4.0.

Usage

Commonly used in the context of cloud computing and software development; often shortened to just 'image' when the context is clear.

Pitfall

the container image is runningthe container is runningAn 'image' is the static file or template; the 'container' is the active, running instance of that image.

Last updated July 22, 2026