#learning
Read more stories on Hashnode
Articles with this tag
Jenkins · Jenkins Jenkins is an open-source tool that helps create pipelines and automate the software development lifecycle stages. It is a CI-CD tool...
Docker Volume and Network · ❄️Docker Volumes When we are working on docker, the data we store gets lost when the container is destroyed. So, to create...
Docker-compose · ❄Docker Compose Using docker commands, we can only run and manage a single container at a time, but there can be scenarios when you need...
Dockerfile · Dockerfile: Instead of manually creating docker images by running multiple commands one by one, we can write a script where we can specify...
Docker · ❄Docker: Docker is a containerization tool that helps us create a lightweight container with all the required packages to run our...
Git Cheat-Sheet · ⭐Git configuration Git config --local = For that specific repo. .git directory: .git/config --global = For the specific user in an OS...