#trainwithshubham
Read more stories on Hashnode
Articles with this tag
90DaysOfDevOpsChallenge · Dockerfile: The Dockerfile uses DSL (Domain Specific Language) and contains instructions for generating a Docker image....
90DaysOfDevOpsChallenge · (a)Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages...
90DaysOfDevOpsChallenge · (1)Git Stash Git stash is a command that allows you to temporarily save changes you have made in your working directory,...
90DaysOfDevOpsChallenge · (1)what is Git Branching? A branch is a version of the repository that diverges from the main working project. It is a feature...
90DaysOfDevOpsChallenge · (1)What is Git and why is it important? Git is a version control system that allows you to track changes to files and...
90DaysofDevops · (1) Create a simple file and check the details of the file To create a file we have to run the command touch filename. Here as an...