You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/containerization.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,7 @@ category: Technology
5
5
tags: ["application", "", ""]
6
6
---
7
7
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/).
12
9
## Problem it addresses
13
10
14
11
Before [containers](/container/) became prevalent, organizations relied on [virtual machines](/virtual-machine/) (VMs) to
0 commit comments