0 votes
in Docker by
What is the primary advantage of using Docker?

A) Improved application security

B) Improved application performance

C) Improved application portability

D) Improved application scalability

1 Answer

0 votes
by

Solution:C

Explanation: Docker enables developers to package applications and their dependencies into containers that can be easily moved between different systems, making it easy to deploy and run applications in different environments.

...