# Ruby-LXC ## Introduction Ruby-LXC is a Ruby binding for liblxc. It allows the creation and management of Linux Containers from Ruby scripts. ## Build and installation Clone this repository and run the commands below. $ rake native gem # gem install pkg/ruby-lxc-0.1.0.gem ## Usage TODO :) For now see the tests in the `test` directory to see how the API works.