Respuesta :

The correct option is b and d. The topmost layer's contents are lost when the container is no longer running and an application running in a container can only modify the topmost layer.

A software program's standalone, complete bundle is known as an application container. Containers are separate, self-contained units that include the application binaries, along with all necessary software dependencies and hardware. The application container is thrown into a system, where it utilizes the local operating system and hardware to run. The container works precisely the same whether it is installed on a laptop, a server, a virtual machine, on the cloud, or on any other compatible system because it comes with all of the required dependencies.

What is significant about the topmost layer in a container? Choose all that are true (2 correct answers).

a) Reading from or writing to the topmost layer requires special privileges.

b) The topmost layer's contents are lost when the container is no longer running.

That's correct!

c) Reading from or writing to the topmost layer requires special software libraries.

d) An application running in a container can only modify the topmost layer

Learn more about application container here:

https://brainly.com/question/17462262

#SPJ4