Quiz Containers and Container Images Google CLoud Ace Exam Mcq
1.Why do Linux containers use union file systems?
Ans: To efficiently encapsulate applications and their dependencies into a set of clean, minimal layers
2.What is significant about the topmost layer in a container? Choose all that are true (2 correct answers).
Ans: An application running in a container can only modify the topmost layer. , The topmost layer's contents are lost when the container is no longer running.

Post a Comment