How does a container achieve namespace isolation?

What will be an ideal response?

The host OS only lets the application running in a container see what it needs to run. The containerized application can't see other applications or the resources being used by other applications, so it can't interfere with them.

Computer Science & Information Technology

You might also like to view...

What integer values of y would make the following statement true?

``` (y >= 4) || (y < 8) ``` a. 4, 5, 6, 7 b. all integers c. 4, 5, 6, 7, 8 d. 5, 6, 7

Computer Science & Information Technology

A(n) loop occurs when a condition in a while loop never becomes false.

a) infinite b) undefined c) nested d) indefinite

Computer Science & Information Technology