From 4bb48baf401fbc34c23a0c4c8a90455e3c9fc20a Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Tue, 25 Feb 2014 23:53:22 -0300 Subject: [PATCH] Add docker-provider as compatible provider (next version will be) and remove vagrant-libvirt + vagrant-kvm as I'm not sure if it really works there yet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea2a9fb..123e32b 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,8 @@ http://fgrehm.viewdocs.io/vagrant-cachier. * [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc) * [VMware providers](http://www.vagrantup.com/vmware) with NFS enabled (See [GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info) -* [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt) -* [vagrant-kvm](https://github.com/adrahon/vagrant-kvm) +* [docker-provider](https://github.com/fgrehm/docker-provider) +* _[Let me know if it is compatible with other providers!](https://github.com/fgrehm/vagrant-cachier/issues/new)_ _Please note that as of v0.6.0 the plugin will automatically disable any previously defined configs for [cloud providers](lib/vagrant-cachier/plugin.rb#L19-22)_