névtérkonténerek
A névtérkonténer, often translated as namespace container or simply namespace, is a fundamental concept in certain operating systems, particularly Linux, that allows for the isolation of system resources. These containers provide a way to partition the global system resources such as the process tree, network interfaces, mount points, and user IDs, so that a process within a namespace container sees a virtualized and isolated view of these resources. This isolation is crucial for various functionalities, including containerization technologies like Docker and LXC, as well as for system administration tasks that require specific environments.
There are several types of namespaces, each isolating a different set of resources. For example, the PID