Docker is best defined as which of the following?
- A. A platform that uses containerization to package applications and their dependencies for consistent deployment. ✓
- B. A cloud billing model in which customers pay only for the computing resources they actually consume.
- C. An open-source platform used to automate the deployment, scaling, and management of containerized applications.
- D. A technique that distributes network or application traffic across multiple servers to ensure reliability and performance.
Correct answer
A. A platform that uses containerization to package applications and their dependencies for consistent deployment.
Explanation
Docker refers to a platform that uses containerization to package applications and their dependencies for consistent deployment.