Deploying a Two-Tier Flask App
A step-by-step guide to build CICD pipeline

Search for a command to run...
Articles tagged with #dockerfile
A step-by-step guide to build CICD pipeline

Here鈥檚 a comprehensive Docker series designed for beginners, complete with two hands-on projects. The first project demonstrates how to use a Dockerfile to build and run containers, while the second showcases how to run and manage an application usin...
What is Docker? Docker is a containerization tool that allows applications to run in isolated environments called containers. These containers share the same operating system (OS) kernel as the host machine, unlike virtual machines, which run their o...

In the last article, we learned about containerization a two-tier application using Dockerfile. Moving further, in this blog we will see how to containerize an application using docker compose. Here in this project we have: Frontend: The nginx servi...
