[Lunar-commits] <moonbase-other> lxc: Revived

Peter de Ridder peter at lunar-linux.org
Mon Sep 10 22:06:58 CEST 2012


commit bd4ad886d88eba0a7a3c6096778747ac990cef8f
Author: Peter de Ridder <peter at lunar-linux.org>
Date: Mon, 10 Sep 2012 13:06:58 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/bd4ad886d88eba0a7a3c6096778747ac990cef8f

lxc: Revived
---
  virtual/lxc/DEPENDS | +1/-0     
  virtual/lxc/DETAILS | +26/-0    
  2 files changed, 27 insertions(+)

--- /dev/null
+++ b/virtual/lxc/DEPENDS
@@ -0,0 +1 @@
+depends libcap
--- /dev/null
+++ b/virtual/lxc/DETAILS
@@ -0,0 +1,26 @@
+          MODULE=lxc
+         VERSION=0.7.5
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:e9f5a05a63735f80fb6e0d0d6d7a82d047cc65d0
+        WEB_SITE="http://lxc.sourceforge.net/"
+         ENTERED=20120827
+         UPDATED=20120827
+           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.
+EOF




More information about the Lunar-commits mailing list