Linux namespace

A Linux namespace is an abstraction over resources in the operating system. We can think of a namespace as a box. Inside this box are these system resources, which ones exactly depend on the box’s (namespace’s) type. There are currently 7 types of namespaces Cgroup, IPC, Network, Mount, PID, User, UTS. - A deep dive into Linux namespaces

Mount namespaces - isolate filesystem resources.

Written on December 3, 2023, Last update on December 3, 2023
cgroup docker filesystem