Install vagrant-vbguest if vsboxfs issue

This commit is contained in:
Nicolas Frandeboeuf 2018-05-09 13:13:24 +02:00 committed by GitHub
parent 4e11066e40
commit 13318832cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,12 @@ The `run` command takes 2 arguments: domain and YunoHost version.
After running the container, you'll be automatically logged inside a new yunohost VM or inside the previous suspended VM.
If you meet an error with `vboxsf` you might need to install the guest addons:
```bash
vagrant plugin install vagrant-vbguest
```
#### Shared folder between host and virtual machines
One logged into the VM, you can go to `/vagrant` and find all the files from your dev environnement, including the `ynh-dev` script itself.