1. What is the primary purpose of using Docker?
- To create full virtual machines with separate kernels
- To package applications and their dependencies into portable containers
- To replace an operating system entirely
- To build front-end user interfaces
Correct Answer: To package applications and their dependencies into portable containers