Shaik Mustafadocker77.hashnode.dev·Jan 20, 2025Docker Introduction & ArchitectureDocker has revolutionised the way software is developed, shipped, and deployed. It simplifies the process of creating, running, and managing applications by using containerization. In this blog, we'll explore what Docker is, its architecture, and how...130 likes·466 readsintroduction to docker
Sudhanshu Sanjay Motewarsudhanshumotewar.hashnode.dev·Jan 9, 2025Decoding Docker 🐋 : A Beginner's Guide to Containerization and Dockerization 📦👉 Quick Intro 👀 In earlier times, deploying an application would take many hours, but with the help of docker it's been so efficient and flexible Docker creates a magic box that contains everything your application needs to run – the code, librar...53 readsDocker
Denishdenish.hashnode.dev·Dec 27, 2024Part 1: Meet Docker - The Superhero of Software DeliverySo once was a developer named Luffy who worked days in order to create a marvelous web application The application was marvelous and all tests passed successfully on Luffy’s laptop . Convinced that his team will also love it, Luffy installed the appl...Docker
Subbu Tech Tutorialssubbutechtutorials.hashnode.dev·Sep 21, 2024K8s-Why, What and HowWhy Kubernetes ? Historical context for Kubernetes: Let's take a look at why Kubernetes is so useful by going back in time. Example: Traditional Deployment Era: Applications ran on physical servers, but resources weren't efficiently shared. Limitat...1 like·77 readsKubernetes Basics: A Beginner’s GuideKubernetes
Nahidnahidislam.hashnode.dev·Sep 19, 2024Microservices, Containerization and VirtualizationMicroservices: This is an architectural approach where an application is broken down into small, independent services that each handle a specific function. Instead of one large application, you have multiple small services that work together, which m...1 likeMicroservices
Ritesh Kumar Nayakwww.devopswithritesh.in·Aug 30, 2024Managing Containers with Azure DevOpsWhat's inside? Understanding Virtual Machines vs Containers Challenges with non-containerized applications Containerize a Webapp What are Azure Container Instances(ACI) Azure DevOps CI/CD pipeline to deploy to ACI VMs vs Containers Virtual Mac...52 reads#AzureDevOps
Obiajulu Ezikede-marauder.hashnode.dev·Mar 5, 2024What’s in a Container?Ever wondered what makes a container tick? In this article, we’ll take a deep dive into containers and answer this question. You probably already know the common definition of a container, "a lightweight Virtual Machine for packaging software amongst...10 likes·75 readsContainerscontainers
Chandana Mahapatratechblogchandana.hashnode.dev·Nov 21, 2023Demystifying Docker: A Comprehensive Guide to Containers and MoreUnderstanding VMs and Containers What is a Virtual Machine (VM)? A computer file, known as an image, behaves like an actual computer within a computer. Runs in a window, providing the user with an experience similar to the host operating system. ...#startingdocker
Redaoui97redaoui.hashnode.dev·Nov 10, 2023Containerization with DockerVirtualization Is a technology that lets you create useful IT services using resources that are linked to hardware. It allows you to use the physical machine by distributing its capabilities. Types of virtualization Data Virtualization: Consolidate...3 likes·142 readsDocker
Md Ahteshammdahtesham.hashnode.dev·Aug 20, 2023Docker - basics to Advance Part 1Embarking on a journey into the world of containers and virtualization with Docker! In this blog, we'll explore the fascinating realm of containerization and how it's revolutionizing application deployment. Container : A container is a standard unit...1 like·159 readsDocker