Docker
What is Docker?
Docker is an Open-Source Centralized Platform designed to create, deploy and run an application.
We can install docker on any OS, but Docker Engine can runs natively on Linux Disto’s.
Docker is a tool that perform OS level Virtualization also known as containerization.
Docker is a set of Platform as a Service.
Docker Benefits
- No Pre-allocated RAM for containers.
- It is lightweight.
- It can run on Physical, Virtual and on Cloud platform.
- CI efficiency
- Isolated
- Easy to share with other peoples