Container
In the C4 model, a container is a major runtime building block inside a software system — typically an application or a data store.
“Container” here does not necessarily mean a Docker/container runtime unit. It is a conceptual boundary around something that runs or stores data.
Examples
Section titled “Examples”- Web application
- API service
- Database
- Message broker