A containerization platform that packages applications and their dependencies into portable units.
Total Questions
3
Display Order
#20
Category
DevOps
Docker is a tool for creating lightweight, portable containers for applications.
It eliminates environment conflicts and enables easy deployment.
Docker containers share the OS kernel, whereas VMs have separate OS instances.