0 votes
in Docker by
What is Docker?

A) A containerization platform

B) A virtual machine platform

C) A cloud computing platform

D) A programming language

1 Answer

0 votes
by

Solution:A

Explanation: Docker is a containerization platform that allows developers to package applications and their dependencies into containers that can be easily deployed and run on any system that supports Docker.

...