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
3790045986
commit
06cde8c2c8
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.
|
||||
|
||||
|
||||
## Compatible providers
|
||||
## Providers that are known to work
|
||||
|
||||
* Vagrant's built in VirtualBox provider
|
||||
* [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)
|
||||
* [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
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ end
|
|||
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-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)
|
||||
* [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
|
||||
|
||||
|
|
Loading…
Reference in a new issue