Application Containerization
- •
def
- •
packaging an application's code and dependencies into a standardized, portable, self-contained unit (a container)
- •
- •
- •
distinguish from
- •
virtualization — running many different full operating systems on shared hardware, which adds more overhead and complexity than containerization
- •
- •
related
- •