#docker
Read more stories on Hashnode
Articles with this tag
Intro: When running database containers like MySQL or MongoDB, we often want the data to persist even when the container is stopped or deleted. By...
Creating the Python Flask App First, we'll create a simple Python Flask app that returns "Hello, World!" at the root URL route ('/'). from flask...
DevOps teams aim to increase development velocity and improve system reliability through practices like continuous integration, continuous delivery,...
Step 1: Creating Ec2 Instance We will begin by launching an Amazon EC2 instance with the instance type set to 'm3.medium'. Step 2: Install...
Step 1: Set up a Jenkins Server Start by setting up a Jenkins server. You can install Jenkins on your own server or use a cloud-based Jenkins...
In this blog, we will demonstrate how to containerize a simple web server application using Docker. We will use Nginx as our web server and create a...