🚀 DevOps Certified Professional
📅 Starting: 1st of Every Month 🤝 +91 8409492687 | 🤝 +1 (469) 756-6329 🔍 Contact@DevOpsSchool.com

Nurudeen Popoola– Day 2 – 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!

Docker is a software development platform for virtualization with multiple operating systems running on the same host. Docker container runs on top of the host’s operating system to improve efficiency and security when compared with the hypervisor. Docker is a client-server-based application.

Components of Docker

a)         Docker daemon – which is the server

b)         Docker Client

c)         Docker Images – Source code for containers

d)         Docker Registries – This is where docker stores images we build. There are private and public registries. The public registry is called docker hub

e)         Docker Container – Is the organizational unit of docker

2. Docker pause suspends all processes in the specified container while Docker unpause un-suspend all processes in the specified containers

3. Docker stop gracefully shut down container while Docker kill immediately stops/terminate containers

4. Docker Exec – executes new command / creates a new process in the container while Docker attach just connects to a running container using the container’s ID or name

5. Dockerfile Instruction – lists of commands a user could call on the command line to assemble an image

6. Entry Point specifies a command that will always be executed when the container starts. On the other hand, CMD defines default commands and/or parameters for a container.

Subscribe
Notify of
guest


This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x