1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
lxctl
=====
perl program to control lxc-based containers in vzctl-like way.
Contributing
------------
http://bugs.lxc.tl/
Installation
-----------
make DESTDIR="/usr/local/" install
Usage
-----
$ lxctl --help
or
$ lxctl --man
Contributing
------------
Feel free to contact us via email:
Anatoly Burtsev, anatolyburtsev@yandex.ru
Pavel Potapenkov, ppotapenkov@gmail.com
Vladimir Smirnov, civil.over@gmail.com
Copyrighting and License
------------------------
Copyright (C) 2011 by Anatoly Burtsev, Pavel Potapenkov, Vladimir Smirnov
This script is free software; you can redistribute it and/or modify
it under the same terms of GPL v2 or later, or, at your opinion
under terms of artistic license.
|