Ronney Otienosecurecloudwithronney.hashnode.dev·Feb 17, 2025🔐 Container Security in Azure: Detecting & Fixing Vulnerabilities👉 "Think of containers like lunchboxes for your apps—how do we keep them safe?" 🔒 Containers are the backbone of modern cloud applications, but are they secure? What happens if a hacker exploits a vulnerability inside a container? In this post, we...62 readsAzure
Piyush Kabradevopswithpiyushkabra.hashnode.dev·Feb 16, 2025Configuration Management With DockerThere are two Important things to keep in mind:- Container Will always launch from the Image Whatever is inside the image, will also be in the container. There are three ways of Configuration Management:- Manual Automation Pre-Backed or Custom...Docker
sriram ravisriramravi.hashnode.dev·Feb 13, 20253-Tier Dockerized Application with Nginx, Frontend, Backend, and MySQL🛠️ Technologies Used Frontend: Static HTML. Backend: Flask (Python) API server. Database: MySQL. Proxy Server: Nginx to handle routing and communication between frontend and backend. Containerization: Docker and Docker Compose. 🚀 Setup and R...Devops
Omkar Mahandulemonitor-docker-automatically.hashnode.dev·Feb 12, 2025Automate Docker Service Monitoring with a Bash Script.Docker is a powerful tool for containerization, but what happens if the Docker service stops unexpectedly? Manually checking and restarting the service can be tedious, especially in production environments. In this blog, we’ll automate the monitoring...10 likesDocker
Shivam Ranaitissr.hashnode.dev·Feb 9, 2025Building a Full Stack Web Messaging Application with Python, Docker, MongoDB, and KubernetesIn this hands-on blog post, we’ll walk you through the development and deployment of a full-stack web-based messaging application. This application allows users to store, delete, and view messages in a secure and scalable environment. We’ll be utiliz...Kubernetes
Pritam Mukherjeepritammukherjee.hashnode.dev·Feb 9, 2025Getting overview of Docker🛠️ What Is Docker? For understanding Docker, you first need to know about containerization. 🚢 Containerization means putting everything needed for a software to run into a container and sealing it—so it works the same way everywhere. 🔹 Instead of ...34 readsDocker
vamseedhar kdockerize.hashnode.dev·Feb 9, 2025An Introduction to DockerImagine you’re planning a vacation. You pack your suitcase with everything you need: clothes, toiletries, shoes, and even a good book to read. But what if you had to pack your suitcase in a way that it would work no matter where you went—whether to a...10 likesDocker
Pari Jainmyhustle.hashnode.dev·Feb 9, 2025My Journey with Docker: Containerizing a Notes AppMy Journey with Docker: Containerizing a Django Notes App Introduction Learning Docker has been an exciting journey, and I wanted to apply it to a real-world project. I followed Londhe Shubham’s YouTube channel, which helped me understand containeriz...Docker
Theresa Okahtessyokah.hashnode.dev·Feb 7, 2025Mastering Azure Blob Storage: Create Containers and Generate SAS URLsAzure Storage is a foundational pillar of Microsoft Azure cloud platform, offering a robust and scalable solution for storing virtually any type of data. From massive amounts of unstructured data like images and videos to structured data like databas...Cloud
Anant Vaidtechtalkswithanant.hashnode.dev·Feb 5, 2025How to Dockerize Your MERN Stack: A Developer's GuideIntroduction In my previous blog about containerization basics, I explained why containerization is important in modern software architecture. If you haven't read it yet, be sure to check it out: Exploring the Basics of Virtualization and Containers....1 likeThe Dockerization Playbook: Full-Stack Apps SimplifiedMERN Stack