KAMEZAWA Hiroyuki <[email protected]> writes: > What makes me confused is "Container". There is no "Container" in > the linux kernel, just cgroup and its subsyss. > (Some source codes still use "cont" but new codes all use "cgroup" or "cgrp" ) > > So, I asked whether "Container" means "Namespace subsys" or something > different.
"Container" is what we use to refer to the user space concept, that is built from a set of namespaces and control groups. A Container that looks like a standard linux install from the inside is what we expect the most common use of namespaces and control groups to be. Eric _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
