Standardizing project structure

This commit is contained in:
Andre Nathan 2013-12-06 14:43:19 -02:00
parent adc97bb5d0
commit 80529bcf79
11 changed files with 582 additions and 21 deletions

18
README.md Normal file
View file

@ -0,0 +1,18 @@
# 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.