Posts

Showing posts with the label Containerization

What is Docker? How Docker Works? Docker Architecture?

Image
In this quick post, we will understand about Docker through Sketch: What is Docker? Docker's Underlying Technology ? What is Docker Engine (CRE)? How Docker Engine works? What is Docker Image & How to create Docker Image? Docker Architecture? Docker Important Commands? Stay tuned for upcoming parts and follow below channels Youtube :  T3P - Technology To The Point

What is Container? Why we need container to host application?

Image
  In this quick post, we will understand about Container: What is Container? What are benefits of Container? How to manage Containers? What are the environments supported by Containers? What is Containerization? What is the difference between "Virtualization & Containerization"? Stay tuned for upcoming parts and follow below channels Youtube :  T3P - Technology To The Point

Containers

Container is a standard package of software that bundles an application’s code together with related configuration files, libraries and the dependent required binaries to run an application independently.