#90daysofdevops
Read more stories on Hashnode
Articles with this tag
What is a Declarative Pipeline? A Declarative Pipeline is a more structured and opinionated way of defining a pipeline in Jenkins. It uses a...
Project Name: Website Deployment with Docker, Nginx, and Jenkins Project Description: The goal of this project is to automate the deployment of a...
Objective: To launch two HTML websites using two containers and the nginx web server, such that accessing the IP address of one container displays one...
Project Overview: This project is a simple calculator web application built using the Flask web framework in Python. The calculator allows users to...
Dockerfile: A Dockerfile is a text file that contains a set of instructions for building a Docker image. These instructions specify the environment...
Docker: Docker is an open-source platform for developing, packaging and deploying applications in a containerized environment. Containers are...