Standardizing project structure
This commit is contained in:
parent
adc97bb5d0
commit
80529bcf79
11 changed files with 582 additions and 21 deletions
18
README.md
Normal file
18
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue