Day 19 Task: Docker volumesWhat is docker volumes ? Docker volumes is nothing but if the container is killed the data of the container will also be killed to overcome this we will use docker volumes. Docker volumes are used to persist data generated and used by Docker containe...Sep 19, 2024·4 min read
Day 15 Task: Python Libraries for DevOpsReading JSON and YAML in Python Python has numerous libraries like os, sys, json, yaml etc that a DevOps Engineer uses in day to day tasks. What is json file? JSON (JavaScript Object Notation) file is a text file that contains data in a structured fo...Sep 12, 2024·1 min read
Day 11 Task: Advance Git & GitHub for DevOps Engineers: Part-2Git Stash In git stash command is used to temporarily save changes that you've made to your working directory but are not ready to commit. This can be useful when you need to switch to a different branch, pull changes from a remote repository, or p...Jan 20, 2024·2 min read