ruby bindings for liblxc
Go to file
2013-12-16 12:30:12 -08:00
ext/lxc Remove debug prints 2013-12-06 14:59:09 -02:00
lib Standardizing project structure 2013-12-06 14:59:02 -02:00
test Rename tests 2013-12-06 15:00:10 -02:00
.gitignore add bundler support 2013-12-16 12:30:12 -08:00
Gemfile add bundler support 2013-12-16 12:30:12 -08:00
LICENSE Standardizing project structure 2013-12-06 14:59:02 -02:00
Rakefile Rename tests 2013-12-06 15:00:10 -02:00
README.md Standardizing project structure 2013-12-06 14:59:02 -02:00
ruby-lxc.gemspec Standardizing project structure 2013-12-06 14:59:02 -02:00

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.