          MODULE=lxc
         VERSION=5.0.3
          SOURCE=$MODULE-$VERSION.tar.gz
      SOURCE_URL=https://linuxcontainers.org/downloads/lxc/
      SOURCE_VFY=sha256:2693a4c654dcfdafb3aa95c262051d8122afa1b6f5cef1920221ebbdee934d07
        WEB_SITE=http://lxc.sourceforge.net/
         ENTERED=20120901
         UPDATED=20230815
           SHORT="container namespace cgroup virtualisation"

cat << EOF
The container technology is actively being pushed into the mainstream linux
kernel. It provides the resource management through the control groups aka
process containers and resource isolation through the namespaces.

The linux containers, lxc, aims to use these new functionalities to provide an
userspace container object which provides full resource isolation and resource
control for an application or a system.

The first objective of this project is to make the life easier for the kernel
developers involved in the containers project and especially to continue working
on the Checkpoint/Restart new features. The lxc is small enough to easily manage
a container with simple command lines and complete enough to be used for other
purposes.

NOTE: The following kernel modules need to be enabled for lxc as noted by gentoo;

NETPRIO_CGROUP
CGROUPS
CGROUP_CPUACCT
CGROUP_DEVICE
CGROUP_FREEZER

CGROUP_SCHED
CPUSETS
IPC_NS
MACVLAN

MEMCG
NAMESPACES
NET_NS
PID_NS

POSIX_MQUEUE
USER_NS
UTS_NS
VETH"
EOF
