README
author Mahlon E. Smith <mahlon@martini.nu>
Sat, 28 Feb 2009 04:54:46 +0000
branchmahlon-misc
changeset 12 5fd07a9e7e7b
parent 10 b1426511fb64
permissions -rw-r--r--
* Added jail header dependencies for mkmf Makefile. * Renamed header file (bsdjail -> jail) * Fixed copyright * Initial commit of primary functionality * Attach to a running jail * Create a new jail * List and instantiate existing jails * Fetch information about existing jails * Still needs... * Attach "in a block" fleshed out * Documentation and better comments * Tests (of some kind, this will be tough) * Update for not-yet-MFC'ed multiple IP jail patch in FBSD 7.2-STABLE

= jparallel

jparallel is a "parallel jail shell" written in Ruby. 

This is shell that can be used to interact with multiple FreeBSD jail instances
simultaneously. It includes a Ruby binding to the FreeBSD jail(2) functions. 

It's still under development, but in the meantime, you can check out the
current development source with Subversion from the following URL:

    svn://deveiate.org/jparallel/trunk

The project page is also likely to have more details:

    http://deveiate.org/projects/Jparallel/

== License

See the LICENSE file in the same directory for licensing details.