YSYash Shankhwalkarinpython-with-redis-using-docker-compose.hashnode.dev·Jul 25, 2025 · 4 min readConnected Python with Redis Using Docker ComposeProject Introduction: Connect Python with Redis Using Docker Compose This project demonstrates how to connect a Python application with a Redis database using Docker Compose, a powerful tool for running multi-container Docker applications. Redis is a...00
YSYash Shankhwalkarindockerizing-python-flask-app.hashnode.dev·Jul 22, 2025 · 3 min readDockerizing a Python Flask App – Step-by-Step with Custom DockerfileHere’s how I built a custom Docker image for my Flask app using a lightweight Python base image. Let me walk you through my Dockerfile, what each line means, and how it helps containerize the app. Writing Python Image I chose python:3.10-slim for it...01M
YSYash Shankhwalkarincontainer-to-container-communication.hashnode.dev·May 20, 2025 · 3 min readDocker Networking: Container-to-Container Communication with Custom NetworkIn this article, I’ll walk you through a simple yet foundational Docker networking project where two containers — a server and a client — communicate with each other using Docker's internal DNS and a custom bridge network. A basic setup where: One ...00
YSYash Shankhwalkarindockerized-wordpress-with-mariadb.hashnode.dev·May 14, 2025 · 2 min readDeploying WordPress with MariaDB Using DockerDeploying WordPress with MariaDB Using Docker and Docker Networks 🐳 Setting up a WordPress instance with a MariaDB backend using Docker is a powerful way to get your CMS up and running quickly and reliably. In this walk through, I’ll show you how I ...00