removed kernel patches and some minor cleanup to documentation in relation

This commit is contained in:
Blake J. Harnden 2018-03-08 11:20:26 -08:00
parent 3bfcdac630
commit bffed34a47
32 changed files with 2 additions and 5777 deletions

View file

@ -111,8 +111,7 @@ Linux network namespaces (also known as netns, LXC, or `Linux containers
<http://lxc.sourceforge.net/>`_) is the primary virtualization
technique used by CORE. LXC has been part of the mainline Linux kernel since
2.6.24. Recent Linux distributions such as Fedora and Ubuntu have
namespaces-enabled kernels out of the box, so the kernel does not need to be
patched or recompiled.
namespaces-enabled kernels out of the box.
A namespace is created using the ``clone()`` system call. Each namespace has
its own process environment and private network stack. Network namespaces
share the same filesystem in CORE.