10 lines
360 B
YAML
10 lines
360 B
YAML
id: container
|
|
name: Container
|
|
tags:
|
|
- fundamental
|
|
- workload
|
|
short-description: |
|
|
A lightweight and portable executable image that contains software and all of its dependencies.
|
|
long-description: |
|
|
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.
|