#shubhamlondhe
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 · (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? Git is a version control system that allows you to track changes to files and coordinate work on those files...
90DaysOfDevopsChallenge · (1)What is a package manager in Linux? Package management is a method of installing, updating, removing, and keeping track of...
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...
90DaysOfDevOps · TABLE OF CONTENTS 1. Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is...