Submitted by Civil on Sun, 07/10/2011 - 19:44
This site is about lxctl - utility to manage different aspects of Linux Containers (also known as LXC). The project was started when we have realized that we don't want to use OpenVZ anymore because of the ancient kernel. LXC itself doesn't give any convenient method of managing containers, so we've decided to make it more user-friendly. And now it have almost all abilities of vzctl utilities and some unique ones. Lxctl is modular, so you can easily add your own module which can be deployed separately. It's written in perl and distributes under two licenses: GPLv2+ or Artistic.
Submitted by oxcd8o on Fri, 10/14/2011 - 20:51
Good news, everyone!
Yesterday we released version 0.3.0. There are many improvements and changes, and some new modules too. Now about changes:
Submitted by oxcd8o on Thu, 10/06/2011 - 03:30
I've just addded some documentation about lxctl usage. It's rather poor but tells about all available options. You can find it here
Submitted by oxcd8o on Sun, 09/18/2011 - 18:40
Today lxctl 0.2.13 was released.
We can now proudly say: yes, we have a migration. Not live - lxc itself does not support it- but working one.
From other changes: different improvements, bugfixes and minor changes. Code itself is not very clean, but we will fix it soon. Bash completion still is not very good and actual... But it is better, then no completion at all, huh?
Submitted by Civil on Wed, 07/13/2011 - 00:16
Here is some information about adding repository to ubuntu lucid:
wget -q http://lxc.tl/repo/public.key -O - | sudo apt-key add -
and add folowing to your /etc/apt/sources.list:
deb http://lxc.tl/repo/lucid unstable/
deb http://lxc.tl/repo/lucid lucid/
Run apt-get update and enjoy!
Submitted by Civil on Mon, 07/11/2011 - 16:32
First public release will be published ~12.07.2011
It'll be version 0.2-rc1
It still have some flaws, rough edges, etc. But it'll be usable at least in some environments. It'll fully work only with Debian-based OS (network is hardcoded to /etc/networks/interfaces and some fixes are debian/ubuntu specific).
More information will come somewhen around 12.07.2011