Added tip about how to keep Virtualbox Guest Additions automatically up to date with Vagrant
This commit is contained in:
parent
609ac2c3fa
commit
18f196a8e0
1 changed files with 8 additions and 1 deletions
|
@ -109,3 +109,10 @@ ansible-playbook -i /vagrant/provisioning/inventory.sample /vagrant/provisioning
|
|||
|
||||
This will not try to connect to itself via SSH using the defined IP address but instead uses the local connection.
|
||||
|
||||
### Keep the Virtualbox Guest Additions up to date with Vagrant
|
||||
|
||||
Install the Vagrant plugin `vagrant-vbguest`:
|
||||
|
||||
```
|
||||
vagrant plugin install vagrant-vbguest
|
||||
```
|
Loading…
Add table
Reference in a new issue