Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

100 concepts for docker

intro:if your goal is to ship software in the real world one of the most powerful
concepts to understand
is containerization when developing locally it works on many pc e.g low end
pc's.containerization can work on low-end PCs
depending on the resources available on the system. Containers are lightweight and
can be run on systems
with limited RAM and CPU resources and when deploying in cloud it solves the
problem of the architecture
doesent scale

1 computer, a box like thing that has three important things inside CPU,RAM and a
disk.
2. CPU(central processing unit) is use for calculating things.
3. RAM(random access memory) is for the application you are using right now.
4. disk is to store things you might use later.
5. this is all are bare metal hardwares.
6. on order to use it we need an OS(operating system. an OS a software program that
acts as an interface
between a computer's hardware, application software, and users. It manages the
computer's memory and
processes, as well as all of its software and hardware. It also allows users to
communicate with the
computer without knowing how to speak the computer's language e.g windows, android
and linux etc.
7.OS provide a kernel that sits on top of the bare metal allowing software
applications to run on it and
Providing interfaces for users and applications to interact with the computer.
8. applications: a software program that can be installed and run on a computer,
tablet, smartphone or other electronic devices
9. physical media: before people go to store and buy software to physically install
on your device
or machine.
10.internet: but nowadays most software is delivered by internet.
11. networking: the software is delivered through net working.
12.client: when you watch a youtube video your computer is called a client.
13.server: but you and billions of other users are getting that data from remote
computers called servers

You might also like