Mohd Salmandockerlearning.hashnode.dev·18 hours ago🚀 My Docker & DevOps Learning Journey ! 🚀Day 13: Wrapping Up Docker Basics – Diving Into Volumes & Networks in Docker Compose 🚀 Today was the final day of my Docker journey, and I focused on adding volumes and networks in Docker Compose files. These are essential components for managing da...DiscussDocker
Shivani Singhdevopsinsightwithshivani.hashnode.dev·18 hours agoDay 16 : Docker for DevOps EngineersDocker: Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units called containers that have everything the software needs to run, including libraries, system tool...Discuss"The DevOps Insight and Learning with Shivani"Docker
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 3, 2024The Power of Docker Volumes: From Data Sharing to Seamless BackupsWhat is a Docker Volume? Imagine you have a temporary storage box that vanishes every time you close it. This is how Docker containers usually work with their data: as soon as the container is stopped or removed, its data disappears. Now, let’s say y...Discussdocker-volume
Promise Dashpromisedash.hashnode.dev·Nov 3, 2024Advanced Docker ConceptsDocker has revolutionized how we build, deploy, and run applications. Beyond the basics, understanding advanced concepts like layers, caching strategies, networks, volumes, and Docker Compose can significantly improve your development workflow. This ...DiscussDocker
Spoorti Shettyspoorti.hashnode.dev·Nov 3, 2024Docker Compose Essentials for DevOps EngineersHello, DevOps enthusiasts! Today, we’re diving into Docker Compose, a tool that simplifies managing multi-container applications. By the end of this blog, you’ll know how to set up and run Docker Compose, work with YAML configuration files, and use c...Discuss#90daysofdevops
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Nov 2, 20247 Docker Networking Types Simplified: Build, Connect, and Scale ContainersDocker networking is crucial for setting up communication between containers, allowing them to share data efficiently or stay isolated as needed. With Docker’s various networking types, we can tailor container connectivity based on application requir...Discussdocker-network
Mohd Salmandockerlearning.hashnode.dev·Nov 2, 2024🚀 My Docker & DevOps Learning Journey ! 🚀Day 12: Exploring Docker Compose & YAML for Managing Multiple Containers 🚀 Today, I deepened my understanding of Docker Compose, a tool that makes handling multiple containers simpler. Docker Compose uses YAML files to organize and manage containe...DiscussDocker
Mohd Salmandockerlearning.hashnode.dev·Nov 1, 2024🚀 My Docker & DevOps Learning Journey ! 🚀Day 11: Running Development & Production Builds in Docker 🚀 Today was all about making Docker work smoothly for both development and production. I also tackled a common issue where changes made to files on my computer weren’t syncing with the contai...DiscussDocker
Balraj Singhbalrajsingh.hashnode.dev·Nov 1, 2024DevOps Love Story: CI/CD Pipeline for Valentine's DayThis Valentine’s Day DevOps CI/CD project provides a fun DevOps-themed guide using Jenkins, SonarQube, Docker, and Trivy. It focuses on a playful web app with a Valentine's theme. The project shows how to set up a complete pipeline, from configuring ...DiscussDocker compose
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Oct 31, 2024Building a Cloud-Native Code Compiler with Django and AWS ECS: A Learning JourneyIntroduction Hey fellow developers! Today I'm excited to share my journey building an online code compilation system that combines Django with AWS ECS. This project started as an exploration into cloud-native applications and evolved into a practical...DiscussDevops