QuestionQ44

Platform Configuration

What is one characteristic of container portability?

  • A Carries all its dependencies
  • B Has its own operating system
  • C Scales vertically
  • D Runs on top of the hypervisor
Explanation

Container portability comes from packaging an application together with its dependencies, so it can run consistently across compatible environments.

Community Discussion

No comments yet. Be the first to start the discussion!