Skip to content

Commit d7dca23

Browse files
[EN] update containerization (#3007)
Signed-off-by: Nitish Rawat <[email protected]> Signed-off-by: Noah Ispas <[email protected]> Co-authored-by: Noah Ispas <[email protected]>
1 parent 914264d commit d7dca23

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/en/containerization.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ category: Technology
55
tags: ["application", "", ""]
66
---
77

8-
Containerization is the process of bundling an application and its dependencies into a container image.
9-
The container build process requires adherence to the [Open Container Initiative](https://opencontainers.org) (OCI) standard.
10-
As long as the output is a container image that adheres to this standard, which containerization tool is used doesn't matter.
11-
8+
Containerization is the process of packaging of application code including libraries and dependencies required to run the code into a single lightweight executable—called [container image](/container-image/).
129
## Problem it addresses
1310

1411
Before [containers](/container/) became prevalent, organizations relied on [virtual machines](/virtual-machine/) (VMs) to

0 commit comments

Comments
 (0)