DGDeepesh Guptaindeepeshmlgupta.hashnode.dev·Mar 13, 2025 · 4 min readAutomating ECS Deployment with Bitbucket PipelinesIntroduction Deploying applications to AWS ECS (Elastic Container Service) manually can be time-consuming and error-prone. But with Bitbucket Pipelines, we can automate the deployment process, ensuring faster and more reliable updates. In this blog, ...00
DGDeepesh Guptaindeepeshmlgupta.hashnode.dev·Mar 12, 2025 · 5 min readAutomating Docker Volume Backups to Azure Blob Storage Also Setting Cron JobIntroduction When running applications in Docker, persistent data stored in Docker volumes is critical. To ensure data safety, regular backups are necessary. This guide walks you through the process of: Creating an Azure Storage Account and a Blob C...00
DGDeepesh Guptaindeepeshmlgupta.hashnode.dev·Mar 11, 2025 · 3 min readHow to Migrate Docker Volumes Between Servers: A DevOps GuideMigrating a Docker volume between servers is a common task in cloud and DevOps environments, ensuring persistent container data is seamlessly transferred. This guide explains how to copy Docker volumes from one server to another using scp, a secure a...00
DGDeepesh Guptaindeepeshmlgupta.hashnode.dev·Nov 23, 2024 · 3 min readHow to Access Server Logs Inside a Docker Container:Accessing server logs inside a Docker container can seem tricky for beginners, but don't worry! In this guide, I’ll walk you through the steps on how to connect to your server via SSH and access Docker logs. Whether you’re troubleshooting or monitori...00
DGDeepesh Guptaindeepeshmlgupta.hashnode.dev·Oct 29, 2024 · 4 min readJenkins Declarative Pipeline with DockerIn today's world of continuous integration and continuous delivery (CI/CD), automation is the backbone of efficient software development. This is where Jenkins Pipelines come in handy. They allow teams to automate their processes, from building and t...00