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
VMware Workstation Player
Score 9.9 out of 10
N/A
VMware Workstation 17 Player is a platform for running a single virtual machine on a Windows or Linux PC to deliver managed corporate desktops. Organizations can use Workstation Player to deliver managed corporate desktops, while students and educators use it for learning and training.
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.
VMware will work great for the following test scenarios:
Testing windows updates on a system
Testing a new software or a new software version
Creating a sandbox to test options/features of an OS
Creating different VM to test a software on different OS without the need to have physical machines for all of them
You can also use it as a "player" only where you have that static VM that you run from time to time as with my use for SAS University. Whenever you need to use the software, you simply start that VM.
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.
VMware Player supports a wide variety operating systems.
Unity mode makes it easy for the end user to utilize needed legacy applications while maintaining their familiar Host OS desktop. It's seamless to the point where the end user doesn't know they're running applications from a VM.
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.
I give a rating of 8 because VMware Player has its use cases, for example it requires the host OS to be logged in, and the VMware Player application to be opened and the Guest VM started. Only one VM can run at a time. I'd give a 9/10 to VMware Workstation because you can run shared VMs at startup without logging in or starting the workstation application. and i'd give ESX a 10/10 because ESX is the leader in enterprise visualization.
Great product. Its user-friendly GUI and overall performance are really the biggest strength of this tool. The reason why I don't give a higher note is because of the price. Although it's decent (starting at around $200 for a license), there is a good free alternative in VirtualBox. Not everyone values friendly GUI as something worth paying for. For people that are more tech-savvy, I would recommend looking into VirtualBox as they might actually like the model better (with downloadable add-ons and packages).
Integration isn't really relevant here but I see this question more as an OS compatibility for the VM. They state that they support over 200 different OS versions. I honestly have never tried anything else other than Ubuntu and Windows myself but nonetheless, this is impressive. I have not hit any limitation in my use of this software in terms of limitation or conflicts with other software.
VMware support is very knowledgeable on their products, eveything from AirWatch to ESX clusters. VMware is easy to contact, they stay in touch and see the issue through to the end and a final resolution. They keep you up to date on your issue status and don't leave you waiting for answers.
Installing the application was easily completed on the twenty computers that needed VMware Player. Once those 20 users were configured we copied our virtual machine template to the 20 users and turned on their newly provisioned virtual machines. We then configured unity mode so the user could easily work from within the virtual machine from their host desktop.
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.