1 min read 33 words Updated Sep 24, 2026 Created Sep 24, 2026
#OS#linux

Namespaces are a Linux (kernel) concept which can be used to create containers.
They allow isolating a set of processes with different resources. Resources include process IDs, hostname, file names, networking etc.