#90daysofdevops
Read more stories on Hashnode
Articles with this tag
[Day25] · 1. What is Jenkins Pipeline? Jenkins Pipeline is a combination of plugins that supports the integration and implementation of continuous...
Day 22 #90daysofDevops · 1. What is CI/CD? Continuous Integration and Continuous Delivery (CI/CD) is a software development approach that aims to improve...
Day19 #90daysofdevops challenge · 1. Docker Volumes Docker volumes are file systems mounted on Docker containers to preserve data generated by the...
Day 10 #90daysofdevopschallange · Here we can start with tasks ... I am using Ec2 AWS here Task 1: Add a text file called version01.txt inside the...
Day 09 : Tasks · Let's do some tasks... Task1: Create a new repository on GitHub and clone it to your local machine Step1: Login to...
Day 08 · Git Terminologies Branch: A branch is a version of the repository that diverges from the main working project. It is a feature available in...