Difference between revisions of "Vagrant"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[wikipedia:Vagrant (software)| Vagrant]] is a piece of software that enables personal computer to run multiple virtual machines that emulates a data center environment. | [[wikipedia:Vagrant (software)| Vagrant]] is a piece of software that enables personal computer to run multiple virtual machines that emulates a data center environment. | ||
==Updates must follow a Physical Host Reboot== | ==Virtualbox Updates must follow a Physical Host Reboot== | ||
It is necessary to reboot the physical host machine after updating | It is necessary to reboot the physical host machine after updating [https://www.virtualbox.org VirtualBox] software. In the case of MacOS, one must also go to System Preferences/Security & Privacy, and allow Oracle Software Inc. (VirtualBox Product Developer) to have access rights to system, otherwise, Vagrant will not work. | ||
=MacOS Tips= | =MacOS Tips= | ||
[https://stackoverflow.com/questions/18149546/vagrant-up-failed-dev-vboxnetctl-no-such-file-or-directory Vagrant fails to start when VirtualBox software is updated.] | [https://stackoverflow.com/questions/18149546/vagrant-up-failed-dev-vboxnetctl-no-such-file-or-directory Vagrant fails to start when VirtualBox software is updated.] |
Revision as of 03:29, 12 August 2021
Vagrant is a piece of software that enables personal computer to run multiple virtual machines that emulates a data center environment.
Virtualbox Updates must follow a Physical Host Reboot
It is necessary to reboot the physical host machine after updating VirtualBox software. In the case of MacOS, one must also go to System Preferences/Security & Privacy, and allow Oracle Software Inc. (VirtualBox Product Developer) to have access rights to system, otherwise, Vagrant will not work.