QuestionQ10

Technology Essentials

An organization uses containerization to deploy its business applications, and every container runs on the same host; therefore, they MUST share the same:

  • A database.
  • B user data.
  • C operating system.
  • D application.
Explanation

Containers are isolated from each other and from the host for application processes, filesystems, networking, and data, but containers running on a common host share that host’s operating-system kernel. Thus, they must use the same underlying operating system.

Learn more

Community Discussion

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