Docker - To The Point
Docker is an open source platform which helps us to manage life-cycle of containers. It uses Container Runtime Engine (CRE) known as Docker Engine or Docker Daemon to perform all tasks (create, delete, run etc.) on containers.
Working Model
Docker works on Build, Ship and Run model
Environment
Docker tool can be hosted on On-Prem, Hybrid, Cloud.
Supported OS
Docker runs on Windows, Linux and MacOS
Supported Infrastructure
Docker can be installed on Physical as well as Virtual Machine
Comments