What is Docker | Docker explained in easy way | Understand docker in 10 minutes #docker #devops

preview_player
Показать описание
#docker

This video explains

What is docker?
Why do you need docker?
How can you install docker?
How to run docker?
Difference between Virtual Machine and Docker

Why Docker?
---------------------------------------------

Docker creates an abstraction layer for the system.
Docker is light-weight, it only installs dependencies that are required for particular applications to run, not even the whole Operating System.
In one command you can install different versions and can remove it.
No dependency error while installing any software because it creates its’ own space and which is abstracted with other installed programs.
Benefits of Docker
---------------------------------------------

Don't worry about "It works on my machine, but not on yours"
Docker image works identical in all environment where Docker is installed
You can run various versions of same image as different containers at same time
---------------------------------------------

Download Docker for linux

---------------------------------------------
Download docker for windows
Prerequisite:
- Hyper-V and Containers Windows features must be enabled.
- 64 bit processor with SLAT
- 4GB system RAM
- BIOS-level hardware virtualization support
---------------------------------------------

Download docker for Mac OS
---------------------------------------------

Docker registry list
- Docker Hub
- AWS Elastic Container Registry (ECR)
- Azure Container Registry
- Google Container Registry
- Gitlab Container Registry
---------------------------------------------

checkout our other videos :

Do Like, Share, Comment and Subscribe for more such content

#docker #devops #containerization #kubernetes #virtualmachine #vm #vmware #identicalcloud
Рекомендации по теме