ruby bindings for liblxc
Go to file
2013-12-23 12:03:54 -02:00
ext/lxc Fix freeing list of running containers 2013-12-23 12:03:54 -02:00
lib Standardizing project structure 2013-12-06 14:59:02 -02:00
test Fix freeing list of running containers 2013-12-23 12:03:54 -02:00
.gitignore Ignore tmp and pkg directories 2013-12-06 15:01:28 -02: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.