ashwini purwatashwini23.hashnode.dev·Jul 18, 2024Basic concept of Docker for DevopsIntroduction to Docker:Docker is a very popular and powerful open-source containerization platform that is used for building, deploying, and running applications. Docker allows you to decouple the application/software from the underlying infrastructu...Docker
Akash Prajapatisoftech.hashnode.dev·Jun 4, 2024Learn Basics Of DockerBefore understanding the Docker, let's discuss the basics of OS. Believe me, after clearing these basics you will be able to understand Docker very easily. What is an os? As you know, OS stands for operating system comes under the application layer. ...Docker
ABHIJEET MAHAJANitsabhijeet.hashnode.dev·Nov 27, 2023Docker for DevOps EngineersDocker is a software that simplifies the process of building, running, and managing applications. It allows developers to package applications and their dependencies into standardized units called containers. These containers can be deployed on a var...Docker
Siddhartha Gauravsgaurav.hashnode.dev·Nov 20, 2023Demystifying Docker: A Beginner's Guide to ContainerizationIn the fast-paced world of technology, where agility and efficiency are paramount, Docker has emerged as a game-changer. Docker allows developers to package applications and their dependencies into containers, providing a consistent and portable envi...1 likeDockerDocker
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
Sheetal Shelakesheetal30.hashnode.dev·Jun 15, 2023Introduction to DockerWhat is a container? A way to package applications with all the necessary dependencies and configurations. The package is portable and easily shared and moved around different computing environments, such as development machines, testing environments...34 reads#IntroductionToDocker #DockerBasics