🟢 Stable | LXC provider for Vagrant (up-to-date & maintained)
Go to file
2013-02-28 00:12:34 -03:00
dev Switch back to vagrant as submodule in order to ease debugging 2013-02-27 01:59:30 -03:00
lib Add custom machine state class with some convenience methods (like #created? and #off?) 2013-02-28 00:12:34 -03:00
spec Add custom machine state class with some convenience methods (like #created? and #off?) 2013-02-28 00:12:34 -03:00
spike Move spec_helper used on spike out of the way 2013-02-27 20:13:33 -03:00
tasks Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
vagrant@68aa9c8acf Switch back to vagrant as submodule in order to ease debugging 2013-02-27 01:59:30 -03:00
.gitignore Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
.gitmodules Switch back to vagrant as submodule in order to ease debugging 2013-02-27 01:59:30 -03:00
.rspec Not so initial commit 2013-02-25 02:04:31 -03:00
.vimrc Not so initial commit 2013-02-25 02:04:31 -03:00
config.yml.sample Not so initial commit 2013-02-25 02:04:31 -03:00
Gemfile Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
Gemfile.lock Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
Guardfile Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
LICENSE.txt Gem boilerplate 2013-02-25 20:09:32 -03:00
Rakefile Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
README.md There is a lot of stuff going on right now, better not worry about keeping docs up to date while things are taking shape 2013-02-27 19:58:18 -03:00
setup-vagrant-dev-box Guard and rspec boilerplate 2013-02-28 00:06:29 -03:00
vagrant-lxc.gemspec Gem boilerplate 2013-02-25 20:09:32 -03:00
Vagrantfile Not so initial commit 2013-02-25 02:04:31 -03:00

vagrant-lxc

Highly experimental, soon to come, Linux Containers support for the unreleased Vagrant 1.1. More information coming out soon...

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request