General
32 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
Trunk Based Development
Branching model integrating code to main branch frequently
Inversion of Control
Design principle transferring program flow control to framework
Site Reliability
Engineering approach to IT operations with software practices
Documentation as Code
Applying dev practices to documentation management
System Design
Defining architecture components and interfaces for systems
Dependency Injection
Pattern receiving dependencies from external sources