Kunj Patelforkunj.hashnode.net·Aug 28, 2022Docker - a complete guideWhat is docker? Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastruct...Discuss·21 likes·232 readsDevops
Sourav Kumarforsouravsouravk.hashnode.net·Aug 18, 2022What are Containers?Containers Containers are packages of software that contain all of the necessary elements to run in any environment. In this way, containers virtualize the operating system and run anywhere, from a private data center to the public cloud or even on a...Discuss·10 likesDockercontainers
Bilal Shafiqfor@mrbilalshafiqmrbilalshafiq.hashnode.net·Jan 4, 20233. DevOps Essentials: Part 2If you're aspiring to become a DevOps engineer, you're probably eager to learn about the tools, practices, and concepts that are essential to the field. In this article, I'll provide a thorough overview of DevOps and delve into some of the key ideas ...Discuss·4 likes·116 readsDevOps Training 2023Configuration drift
Recently Rebasedfordebasishdas.hashnode.net·Apr 2, 2023Docker vs. Virtual Machines: Understanding the Differences and Use Cases for Software EnvironmentsIntroduction As software development and deployment continue to evolve, new technologies like Docker and Virtual Machines (VMs) are gaining popularity. Both Docker and VMs are used to create and manage software environments, but they differ in how th...Discuss·1 likecontainers
Nishi AjmeraforNishi Ajmera's blognishiajmera.hashnode.net·Mar 22, 2023Containerization 101: How Lightweight Containers are Revolutionizing Software Development and DeploymentIn today's fast-paced digital landscape, businesses are under increasing pressure to develop and deploy software applications quickly and efficiently. To meet these demands, many organizations are turning to containerization, a modern approach to sof...Discuss·80 readsDecoding the Jargon: Explaining Common Software Architecture Termscontainers
Ronak PaulforRonak Paul's blogcodago.hashnode.net·Feb 20, 2023DockerHey 🖐, this is the blog on the basics of Docker. In this blog, you will learn about various topics about docker like docker container, docker image, docker hub and many more. So if you want to learn about containerization then this blog is for you. ...Discuss·1 like·29 readsDocker
Daniel YerimahforDaniel Yerimah's Blogdanielyerimah.hashnode.net·Feb 13, 2023The Benefit of Containerization for DevelopersAs technology advances and business demands grow, it has become increasingly important to improve the software development lifecycle and make it agile to cater to the complexities and time investment associated with managing high-end applications. He...DiscussCloud Computing
Suraj PandeyforDiveInulbertao.hashnode.net·Jan 26, 2023Virtualization & ContainerizationThere are some cases when an application works on your system as you are the developer but your application fails to run on someone else’s system, it is due to missing packages, system configuration, hardware, OS or many other factors that are differ...Discussvirtual machine
Ritesh Kumar NayakforDevOps with Riteshriteshthedevops.hashnode.net·Jan 17, 2023Containerization with Docker-2Docker Volume Docker volume is a way of storing or persisting container data outside the container. It allows data to be persisted even if the container is deleted and stopped. Volumes can be created and managed using the docker volume command, and c...Discuss·1 like·60 readsDocker
Ritesh Kumar NayakforDevOps with Riteshriteshthedevops.hashnode.net·Jan 15, 2023Containerization with Docker-1What is Docker? Docker is a platform that allows developers to easily deploy, run, and manage applications in containers. Containers are lightweight, portable, and self-sufficient, meaning they can run on any system with Docker installed, regardless ...Discuss·1 like·124 readsDocker
Dhrubajyoti ChakrabortyforDhrubajyoti Chakrabortycodewdhruv.hashnode.net·Jan 13, 2023Complete Guide on Docker for BeginnersAs a developer, you must have come across a situation where an application you worked on runs seamlessly on your machine but when you pass it on to someone else, for some reason it doesn’t quite work on their machine?Well, the "it works on my machine...Discuss·1 like·47 readsDocker
Rohit MaratheforRohit Maratherohit-marathe.hashnode.net·Jan 8, 2023How To Dockerizing React App & Serve With NginxIntroduction Docker is the most popular containerized tool that helps to containerize the application. In this tutorial, we will containerize the movie react app and serve the app using the Nginx & this will also apply to all other react apps. Step -...Discuss·87 readsDocker
Bilal Shafiqfor@mrbilalshafiqmrbilalshafiq.hashnode.net·Jan 4, 20233. DevOps Essentials: Part 2If you're aspiring to become a DevOps engineer, you're probably eager to learn about the tools, practices, and concepts that are essential to the field. In this article, I'll provide a thorough overview of DevOps and delve into some of the key ideas ...Discuss·4 likes·116 readsDevOps Training 2023Configuration drift