#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Docker-Volume Docker volume is a feature provided by Docker that allows you to create and manage persistent data storage for your Docker containers....
Docker Compose Docker Compose is a tool that allows you to define and manage multi-container applications. It uses a YAML file to configure the...
We are going to do a DevOps Project With Docker Tasks : Create a Dockerfile for a simple web application (e.g. a Node.js or Python app) Build the...
To view what's written in a file. \> cat file_name To change the access permissions of files. \> chmod 777 folder_name To check which commands...
Welcome to Learn Some Basic Linux Commands : Check your present working directory. The answer is "pwd" - Now lets see how we run it on an ubuntu...
#Devops #TrainwithShubham #90DaysOfDevOps - Challenge Day 1 What is DevOps ? DevOps is a set of practices that combines software development and IT...