Rajendra Patilrajendrapatil9949.hashnode.dev路Aug 22, 2024#90DaysOfDevops | Day 21What is the Difference between an Image, Container and Engine?Image: Docker image is a read-only package containing necessary dependencies, and commands that can be executed to run an application. It is the prerequisite for creating a container. Cont...Discuss#90daysofdevops
Nikunj Vaishnavdevcloudjourney.hashnode.dev路Aug 7, 2024Important Docker Interview Questions: #Day-21Docker is a crucial topic for DevOps Engineer interviews, especially for freshers. Here are some essential questions to help you prepare and ace your Docker interviews: What is the difference between an Image, Container, and Engine? Image: A read-on...Discuss路30 readsDevOps#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev路Jul 26, 2024Master AWS IAM Roles: A Complete Guide to Boost Your ServicesWithin the vast realm of AWS, security and efficient resource management go hand-in-hand. IAM roles emerge as a cornerstone functionality within IAM (Identity and Access Management), empowering your cloud services to assume temporary credentials and ...Discussday21
Mallika Gautamvbnm.hashnode.dev路Jul 18, 2024Cybersecurity Skills: Day 21 of the 100-Day Learning JourneyCore Understanding of risks, threats, and vulnerabilities Security risk Security plans are all about how an organization defines risk. However, this definition can vary widely by organization. As you may recall, a risk is anything that can impact the...Discussday21
Prathmesh Vibhuteprathmeshh.hashnode.dev路Mar 7, 2024Day 21 : Docker Important interview Questions.Difference between an Image, Container, and Engine: Docker Image: A template that contains the necessary files and dependencies to run an application. It's essentially a snapshot of a container. Docker Container: A running instance of a Docker imag...DiscussDevops
Siri Chandanairis1919.hashnode.dev路Oct 18, 2023Day 21 : Docker Important interview QuestionsWhat is the difference between an Image, Container and Engine? Docker Images:A Docker image is a lightweight, standalone, and executable software package that includes everything needed to run a piece of software. It consists of layered file systems,...Discuss路40 readsDocker
Unnati Guptadevunnatig.hashnode.dev路Oct 9, 2023Docker Interview Question#day21 #90daysdevopschallenge Before going through the interview questions, if you don't have knowledge about docker or docker-related concepts. Please go through my previous article: https://devunnatig.hashnode.dev/docker 1.What is the difference be...Discuss路40 readsDocker-Interview-Questions
Ajay Giteajaygite.hashnode.dev路Sep 12, 2023Docker Interview QuestionsWhat is the Difference between an Image, Container, and Engine? Ans: Docker Image: A blueprint that contains all the necessary libraries, dependencies, and code to run a service or an app. Docker Image is built from a configuration file called Dock...Discuss路116 readsTrainWithShubham
Varun Margamvarunmargam.hashnode.dev路Aug 24, 2023Docker Important interview QuestionsWhat is the Difference between an Image, Container, and Engine? Ans: Docker Image: A blueprint that contains all the necessary libraries, dependencies, and code to run a service or an app. Docker Image is built from a configuration file called Dock...Discuss路62 reads90DaysOfDevOps馃殌day21
Agnes jadhavagnes18.hashnode.dev路Aug 15, 2023Day 21 Task: Docker Important Interview Questions.Docker Interview Docker is a good topic to ask in DevOps Engineer Interviews, mostly for freshers. One must surely try these questions in order to be better at Docker. Questions What is the Difference between an Image, Container, and Engine? Image...Discuss路3 likes路29 readsDocker