#90daysofdevopschallenge
Read more stories on Hashnode
Articles with this tag
What is Golden AMI and its use? A Golden AMI is a pre-configured Amazon Machine Image (AMI) that is used as a reference for creating other AMIs. It...
Let's make a beautiful CI/CD Pipeline for Node JS Application 😍 Task-01 I have forked the repository: https://github.com/Namg04/node-todo-cicd for...
What is CI/CD? Continuous Integration: Continuous integration is a procedure to integrate all the code changes done by several developers in one...
Questions: What is the Difference between an Image, Container and Engine? Docker Image📷A Docker image is a static snapshot/blueprint of an...
Docker-Volume Docker allows you to create a separate storage area called Volumes. Docker volumes are file systems mounted on Docker containers to...
Title:Understanding Package Managers in Linux: Simplifying Software Installation and Management Tasks: You have to install docker and jenkins in your...