ruby-lxc/README.md

19 lines
378 B
Markdown
Raw Normal View History

2013-12-06 17:43:19 +01: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.