0% found this document useful (0 votes)
5 views

Docker

Uploaded by

Ashok Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Docker

Uploaded by

Ashok Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

What is docker &

how it works?

Ashok Kumar
AWS DevOps
Docker??
Docker??
• Docker is a containerization tool.

• Docker is a platform designed to make it easier to create, deploy, and run applications by using
containers.

• Containers allow developers to package up an application with all of its dependencies into a
standardized unit for software development.

• Application will run consistently regardless of the environment it is deployed in, whether it's a
developer's laptop, a testing environment, or a production server.
Docker Architecture
Virtualization
Introduction VS Containerization
Advantages of containerization over
virtualizationn-

• Containers on the same OS Kernal are10%


lighter.

• Better resource utilization compared to VMs.

• Short Bootup process (1//20th of a sec).


70%
Analogy-
How Docker
Works?
DockerFile
Docker file contains instructions to create
image. It contains Docker domain specific
keywords to
build image.

Docker Image
Docker image is a package which contains
everything.
(App code + softwares + env + libraries)
Our services
Our services
Our services
Our services
Thank you
[email protected]

You might also like