SBSonali Bhoiteinsonalibhoite.hashnode.dev·Jun 26, 2023 · 3 min readDay 18: Docker for DevOps EngineersDocker Compose: 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 all down....00
SBSonali Bhoiteinsonalibhoite.hashnode.dev·Jun 25, 2023 · 2 min readDay 17 : Docker Project for DevOps Engineers.Dockerfile: Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an application needs to run. To create these containers, developers use something called a Dockerfile. A Docker...00
SBSonali Bhoiteinsonalibhoite.hashnode.dev·Jun 22, 2023 · 4 min readDay 16 : Docker for DevOps EngineersDocker 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 tools,...00
SBSonali Bhoiteinsonalibhoite.hashnode.dev·Jun 21, 2023 · 3 min readDay 15 : Python Libraries for DevOpsAs a DevOps Engineer, you should be able to parse files, be it txt, json, yaml, etc. JSON (JavaScript Object Notation) and YAML (YAML Ain’t Markup Language) are both commonly used formats for storing and exchanging data in Python. JSON is a lightwei...00
SBSonali Bhoiteinsonalibhoite.hashnode.dev·Jun 19, 2023 · 3 min readDay 14 : Python Data Types and Data Structures for DevOps : Part-2Data Types: Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an object in Python programming, data types are cla...00