#devops
Read more stories on Hashnode
Articles with this tag
📍Prerequisite AWS EC2 VM : We will be Using Amazon Machine Image As Ubuntu. GitHub : we will Bring our code from a github repo where we have pushed...
Jenkins Interview Here are some Jenkins-specific questions related to Docker that one can use during a DevOps Engineer interview: 🔄What’s the...
In this guide, we will see the steps to establish an automated CI/CD pipeline for a Node.js application using AWS EC2, Docker, GitHub, and...
What is CI/CD? CI/CD stands for Continuous Integration is the practice of automating the integration of code changes from multiple developers into a...
Introduction Docker is a good topic to ask in DevOps Engineer Interviews, mostly for freshers. One must surely try these questions in order to be...
Docker-Volume Docker allows you to create something called volumes. Volumes are stored outside the container's filesystem, which allows them to...