🟢 Stable | LXC provider for Vagrant (up-to-date & maintained)
Go to file
2013-03-03 00:21:41 -03:00
bin Vendorize vagrant 2013-03-02 20:36:06 -03:00
boxes/ubuntu-cloud Change ubuntu-cloud lxc template to accept a --cache-path argument 2013-03-02 23:13:15 -03:00
example Rename dev folder to example 2013-03-02 23:36:48 -03:00
lib Fix ping command 2013-03-03 00:21:41 -03:00
locales lxc-create: check 2013-03-01 21:52:13 -03:00
spec Remove spec support code from code coverage report 2013-03-02 23:33:57 -03:00
spike 💣 spike specs 2013-03-02 23:47:54 -03:00
tasks Download ubuntu-cloud tarball before building it 2013-03-02 23:14:08 -03:00
vendor Vendorize vagrant 2013-03-02 20:36:06 -03:00
.gitignore Make explicit that the Vagrantfile is meant to be used for development 2013-03-02 22:46:24 -03:00
.gitmodules Vendorize vagrant 2013-03-02 20:36:06 -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 Vendorize vagrant 2013-03-02 20:36:06 -03:00
Gemfile.lock Vendorize vagrant 2013-03-02 20:36:06 -03:00
Guardfile Its now safe to run rake and guard from outside the dev box 2013-03-02 20:39:27 -03:00
LICENSE.txt Gem boilerplate 2013-02-25 20:09:32 -03:00
Rakefile Enable gem tasks 2013-03-02 21:36:17 -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 Fix setup dev box script 2013-03-03 00:21:27 -03:00
vagrant-lxc.gemspec Update gemspec 2013-03-02 20:40:51 -03:00
Vagrantfile.dev Make explicit that the Vagrantfile is meant to be used for development 2013-03-02 22:46:24 -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