Manoj Shetmanojshet.hashnode.dev·Oct 4, 2024Docker Fundamentals: A Comprehensive OverviewIntroduction: In today’s dynamic and fast-paced software development environment, the demand for efficiency and scalability is more critical than ever for successful application deployment. Docker has emerged as a game-changing open-source platform t...Docker
Ankit Chakrabartydockerscape.hashnode.dev·Sep 24, 2024Docker Essentials:-What is Docker? Docker is a containerization platform for developing, packaging and shipping, and running applications. It provides the ability to run an application in an isolated environment called a container. Why Use Docker? Container===>>Makes d...94 readsdockerfundamentals
HET PATELdevloper-het.hashnode.dev·Jun 20, 2024Day 3 of #40DaysOfKubernetes1. Set Up Docker Desktop. The Multi-Stage Docker Build is used when we want to Reduce(Compress) the Image size or when we want to Optimize the performance of the Docker Container. Installation: Download Docker Desktop from the official Docker website...Docker
HET PATELdevloper-het.hashnode.dev·Jun 19, 2024Day 2 of #40DaysOfKubernetes1. Set Up Docker Desktop. Docker Desktop is an essential tool for developing containerized applications. It's available for both Windows and macOS, providing an easy-to-use interface for managing Docker containers and images. Installation: Download D...Docker
HET PATELdevloper-het.hashnode.dev·Jun 18, 2024Day-01 of #40DaysOfKubernetes.1. Why we need containers. Traditional Challenges: Things works fine on development environment, test environment, but there might an issue appearing in production environment due to mostly environment misconfiguration (most frequent) or due to miss...Docker
Avik Duttaavikdutt-devops.hashnode.dev·Jan 2, 2024Understanding Docker Fundamentals: A Comprehensive GuideIntroduction: Docker has revolutionized the world of software development and deployment by providing a lightweight, portable, and efficient way to package and distribute applications. In this blog post, we will explore the fundamental concepts of Do...26 readsDevOps Zero to HeroDocker
Akshay Nazirkar akshay25.hashnode.dev·Sep 3, 2023Docker Fundamentals for DevopsIntroduction Docker is an open-source platform that enables developers to improve application deployment, scaling, and management using lightweight, portable containers. Containerization simplifies the process of building, testing, and deploying appl...1 like·65 readsbasics