mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Install vagrant-vbguest if vsboxfs issue (#40)
This commit is contained in:
parent
4e11066e40
commit
29a46a9f55
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue