Skip to content

hadfl/lxadm

Repository files navigation

lxadm 0.1.6

Manage illumos LX zones.

Build Status


This project is unmaintained and has been superseded by zadm.


lxadm takes care of setting up LX zones on illumos derived operating systems.

Setup

lxadm comes as a prebuilt pure perl package, so it should install out of the box on any machine with a current perl installation.

wget https://github.com/hadfl/lxadm/releases/download/v0.1.6/lxadm-0.1.6.tar.gz
tar zxvf lxadm-0.1.6.tar.gz
cd lxadm-0.1.6
./configure --prefix=/opt/lxadm-0.1.6 

Now you can run

gmake
gmake install

Check the man page for information about how to use lxadm.

Support and Contributions

If you find a problem with lxadm, please open an Issue on GitHub.

And if you have a contribution, please send a pull request.

Enjoy!

Dominik Hassler & Tobi Oetiker 2017-12-11