wok diff lxc/description.txt @ rev 25518

updated gvim 8.2 -> 9.0.0133 again
author Hans-G?nter Theisgen
date Thu Feb 23 11:06:30 2023 +0100 (16 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxc/description.txt	Thu Feb 23 11:06:30 2023 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +LXC is a userspace interface for the Linux kernel containment features.
     1.5 +Through a powerful API and simple tools, it lets Linux users easily
     1.6 +create and manage system or application containers.
     1.7 +
     1.8 +Current LXC uses the following kernel features to contain processes:
     1.9 +
    1.10 +- Kernel namespaces (ipc, uts, mount, pid, network and user)
    1.11 +- Apparmor and SELinux profiles
    1.12 +- Seccomp policies
    1.13 +- Chroots (using pivot_root)
    1.14 +- Kernel capabilities
    1.15 +- CGroups (control groups)
    1.16 +
    1.17 +LXC containers are often considered as something in the middle between a
    1.18 +chroot and a full fledged virtual machine.
    1.19 +The goal of LXC is to create an environment as close as possible to a
    1.20 +standard Linux installation but without the need for a separate kernel.