I am trying to debug a code which uses NetworkIsolationEnumAppContainers()
. The document of the function says,
"The NetworkIsolationEnumAppContainers function enumerates all of the app containers that have been created in the system."
What does app container in the above definition mean? I have some experience with Linux container technologies (LXC particularly). Are they the same (or similar conceptually)? Can you point me to a document which provides as in depth technical description of app containers.