JSJIBRAN SIDDIKIinjibranblog.dev·Apr 15, 2023 · 11 min readDay 21 Task: Docker Important interview Questions.- 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 in Docker . 1 . What is the Difference between an Image, Container and Engine? Image: An image is a package...00
JSJIBRAN SIDDIKIinjibranblog.dev·Mar 25, 2023 · 1 min readDay 19 Task: Docker for DevOps Engineers1 ) Docker-Volume Ans Docker allows you to create something called volumes. Volumes are like separate storage areas that can be accessed by containers. They allow you to store data, like a database, outside the container, so it doesn't get deleted w...00
JSJIBRAN SIDDIKIinjibrandev.hashnode.dev·Mar 25, 2023 · 1 min readDay 18 Task: Docker for DevOps Engineers.1 ) Docker Compose Ans Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it al...00
JSJIBRAN SIDDIKIinjibrandev.hashnode.dev·Mar 20, 2023 · 1 min readDay 16 Task: Docker for DevOps Engineers.*Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run including libraries, system tool...00
JSJIBRAN SIDDIKIinjibranblog.dev·Mar 19, 2023 · 2 min readDay 13 . 14 .15 Task: Python Data Types and Data Structures for DevOps1.) What is Python? Ans -- Python is a Open source, general purpose, high level, and object-oriented programming language. It was created by Guido van Rossum Python consists of vast libraries and various frameworks like Django,Tensorflow, Flask, P...00