Containerization (computing): Difference between revisions

Content deleted Content added
No edit summary
Line 2:
 
== Usage ==
The ''containers'' are basically a fully functional and portable computing environment that provides a cloud or non-cloud computing environment surrounding the application and keeping it independent from other parallelly running environments.<ref>{{Cite web|title=What is containerization?|url=https://www.redhat.com/en/topics/cloud-native-apps/what-is-containerization|url-status=live|access-date=2021-07-10|website=www.redhat.com|publisher=[[RedHat]]|language=en}}</ref> Individually each container simulates a different software application and run isolated processes by bundling related configuration files, libraries and dependencies.<ref>{{Cite web|last=Rubens|first=Paul|date=2017-06-27|title=What are containers and why do you need them?|url=https://www.cio.com/article/2924995/what-are-containers-and-why-do-you-need-them.html|access-date=2021-07-10|website=CIO|language=en}}</ref> But, collectively multiple containers share a common [[Kernel (operating system)|OS Kernel]].<ref>{{Cite web|title=Containerization|url=https://www.ibm.com/in-en/cloud/learn/containerization|access-date=2021-07-10|website=www.ibm.com|language=en-in}}</ref>
 
== Types of container ==
 
* OS Containers
* Apps Containers
 
=== Security issues ===