#linux
Read more stories on Hashnode
Articles with this tag
Introduction This documentation provides a comprehensive guide for setting up a Jenkins CI/CD pipeline using the "node-todo-cicd" project. Available...
What is CI/CD? CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It's a process used in software development...
What is Jenkins? Jenkins is a tool that helps software developers and IT teams to automate parts of the software development process. Imagine you're...
What is Docker? Docker is like a virtual container for your software. Just like you can pack different items in a physical container, Docker lets you...
Docker Cheatsheet 1. Docker Basics: Docker Image: A lightweight, standalone, executable package that includes everything needed to run a piece of...
🔷 What is Docker Compose? Imagine you're throwing a big party and you need to organize everything from the venue to the music to the food. Instead of...