We dont have any provider specific code on around anymore so it should be compatible with any "non-cloud provider"
This commit is contained in:
parent
6bf733d8ed
commit
7d7f048dfb
2 changed files with 8 additions and 2 deletions
|
@ -47,7 +47,7 @@ For more information please read the documentation available at
|
||||||
http://fgrehm.viewdocs.io/vagrant-cachier.
|
http://fgrehm.viewdocs.io/vagrant-cachier.
|
||||||
|
|
||||||
|
|
||||||
## Compatible providers
|
## Providers that are known to work
|
||||||
|
|
||||||
* Vagrant's built in VirtualBox provider
|
* Vagrant's built in VirtualBox provider
|
||||||
* [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc)
|
* [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc)
|
||||||
|
@ -55,6 +55,9 @@ http://fgrehm.viewdocs.io/vagrant-cachier.
|
||||||
[GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info)
|
[GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info)
|
||||||
* [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt)
|
* [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt)
|
||||||
|
|
||||||
|
_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)_
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,7 @@ end
|
||||||
For more information please check out the links on the menu above.
|
For more information please check out the links on the menu above.
|
||||||
|
|
||||||
|
|
||||||
## Compatible providers
|
## Providers that are known to work
|
||||||
|
|
||||||
* Vagrant's built in VirtualBox provider
|
* Vagrant's built in VirtualBox provider
|
||||||
* [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc)
|
* [vagrant-lxc](https://github.com/fgrehm/vagrant-lxc)
|
||||||
|
@ -57,6 +57,9 @@ For more information please check out the links on the menu above.
|
||||||
[GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info)
|
[GH-24](https://github.com/fgrehm/vagrant-cachier/issues/24) for more info)
|
||||||
* [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt)
|
* [vagrant-libvirt](https://github.com/pradels/vagrant-libvirt)
|
||||||
|
|
||||||
|
_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)_
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue