πŸš€ DevOps Certified Professional
πŸ“… Starting: 1st of Every Month 🀝 +91 8409492687 | 🀝 +1 (469) 756-6329 πŸ” Contact@DevOpsSchool.com

Docker Assignment

DevOps

Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!

We spend hours on Instagram and YouTube and waste money on coffee and fast food, but won’t spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!

Learn from Guru Rajesh Kumar and double your salary in just one year.


Get Started Now!

What is Docker?

Docker is a platform and managing tool which has a containers

What is Container?
Container is a independent application used in Run time Env which contains 1 mount, 1 user, 1 Network and 1 PID Map

Benefits of Docker:
Its saves Cost, time and improves the Quality of Application.

Docker Architecture:
Docker uses a client-server architecture and docker client communicates with the Docker Server(Deamon) which can build docker containers. It is a Restful service where client and Server can communicate Remotely

Container lifecycle:
create -> start -> stop -> start -> restart -> pause -> unpause -> kill -> Delete

How Docker works:
Docker makes use of kernel namespaces to provide the isolated workspace called the container . When you run a container, Docker creates a set of namespaces for that container. … Each aspect of a container runs in a separate namespace and its access is limited to that namespace