Containerization promotes ___________ by encapsulating applications and their dependencies into portable units.

  • Efficiency
  • Scalability
  • Portability
  • Security
The correct option is "Portability." Containerization encapsulates applications along with their dependencies, libraries, and configurations into portable units called containers. This portability allows containers to run consistently across different environments, making application deployment and migration easier. It also enhances collaboration and agility in software development and deployment processes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *