1 . Docker Introduction - Learn Step By Step

Опубликовано: 15 Октябрь 2024
на канале: Kumar Programming
497
17

What is Docker - Introduction

Docker is an open-source tool that allow you to package an application and its dependency into a single image and this image can be run on any machine which has docker installed regardless of underlying operating system.Docker is a containerization platform which contains containers. Containers are isolated environments that contain everything that an application needs to run including the application code its dependency and the runtime environment which makes it easy to deploy application to different environment without having to worry about compatibility issues.

Benefits:
Technology/ Infrastructure Independent
Portability – Easy to create environment
Resolve compatibility/dependency issue
Maintain multiple version of an application
Lightweight, start/stop in few seconds

YOUTUBE Channel -
-----------------------------------------------------------------------------------------------------------------------
   / @kyprogramming  
-----------------------------------------------------------------------------------------------------------------------
FACEBOOK -   / kyprogramming  
TWITTER -   / kyprogramming  
INSTAGRAM-   / kkyadavtech  

GitHub Code:
https://github.com/kyprogramming/dock...

If you have not subscribed yet then please SUBSCRIBE and do not forgot to press the bell icon in order to get notification for all my upcoming videos as well as please like and share to the others as well.