#90daysofdevops
Read more stories on Hashnode
Articles with this tag
The Container Lifecycle The following diagram shows the states of a simplified Container Lifecycle, which determines how a Container...
š What is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery. It is a software development approach that seeks to shorten the...
š What is Jenkins? Jenkins is an open-source automation server that can be used to automate all sorts of tasks related to building, testing, and...
š Introduction Till now, you have learned how to create a docker-compose.yml file and push it to the Docker registry. Let's move forward and dig...
š What is Docker compose? Docker compose is a tool that helps you deploy and manage your Docker applications. It allows you to define your...
In the world of virtualization, two prominent technologies stand out: Docker and Virtual Machines (VMs). These technologies serve similar purposes but...