General
33 views
Container
Quick Definition
Lightweight package with everything to run software
Full Definition
A lightweight standalone executable package with everything needed to run software.
Examples
Docker containers, container images, registries, isolation
Related Terms
docker
kubernetes
containerization
More General Terms
Pair Programming
Two developers collaborating at one workstation
DevSecOps
Integrating security into DevOps processes
Semantic Versioning
Version scheme using MAJOR.MINOR.PATCH format
CQRS
Separating read and write models for better scaling
Scalability
Ability to handle increased load by adding resources
Trunk Based Development
Branching model integrating code to main branch frequently