Vagrant is a tool designed to create and configure lightweight, reproducible, and portable development environments. It leverages a declarative configuration file which describes all software requirements, packages, operating system configuration, and users.
N/A
Oracle VDI
Score 9.0 out of 10
N/A
Oracle Cloud Infrastructure (OCI) can be used to deploy managed virtual desktops and access them from anywhere while keeping data and applications safe.
I would recommend this tool to a colleague looking to create a repeatably deployable local dev environment based on their staging and production environments. I would recommend this mostly for individuals or teams requiring environments with server-side software such as php, et al. There are likely less processor-heavy and smaller tools for simpler projects.
Considering Oracle VDI is not supported by Oracle anymore, and will not receive any future updates, I wouldn't recommend Oracle VDI for most scenarios. Unless your organization is under some strict contractual agreement or there is a feature in Oracle VDI that isn't supported in its modern successors/competitors (haven't come across a feature like that based on my experience), I would recommend using something like VMware Horizon.
Vagrant is decentralized so anyone can make a container package to get a project started. you aren't limited to wordpress, or even one style of wordpress install (you can make a sage.io wordpress environment).
Vagrant easily lets you set ports and URLs for local development.
I have yet to have a problem with Vagrant, as opposed to MAMP and DesktopServer, which both gave me SQL or other issues.
Because Vagrant is a low-level tool with many ways to configure it, there is a steep learning curve. You don't just have to learn (or install) Vagrant, but also Virtualbox, Ansible and possibly some Vagrant plugins to keep boxes up to date.
Support on Windows doesn't seem great. I'm a Mac guy, so it's been very difficult getting things to work as expected when a developer wants to work on Windows.
Perhaps I didn't configure it correctly, but the default shared folders are not the best for performance. There are also frequently weird issues regarding file permissions.
The easiest way to describe the performance is like this - when it is working, it works almost flawlessly. When it starts freezing, your day is going to get very interesting very quickly. As I have stated earlier, I used it for one purpose, and it did what I needed it to most of the time, but I did have issues with it.
I liked lando better because lando seemed extremely easy to setup compared to other VM's and it seemed faster though that project was simpler. Virtualbox I ran on windows and it has a gui and has often been slow. The vagrant boxes I used did well but had slightly more problems than lando.
VMware Horizon does everything that Oracle VDI is capable of doing and offers many more features, and unlike Oracle VDI, it is still receiving constant updates. Oracle VDI was a great solution for enterprise-level management of virtualized desktop when it was getting updates, but now that it won't be getting any, I would put it in the "outdated technology" category.