ruby bindings for liblxc
Go to file
Andre Nathan afb05f0ac9 Fix tests
2013-12-06 14:59:20 -02: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 Fix tests 2013-12-06 14:59:20 -02:00
.gitignore Ignore vim swap files 2013-12-06 14:02:35 -02:00
LICENSE Standardizing project structure 2013-12-06 14:59:02 -02:00
Rakefile Standardizing project structure 2013-12-06 14:59:02 -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.