305-300 · Question #67
Which virtualization platforms can Vagrant be used with? (Select all that apply)
The correct answer is A. Docker B. VMware C. VirtualBox. Vagrant supports multiple providers, allowing it to work with different virtualization and container platforms. According to official Vagrant documentation, supported providers include VirtualBox, VMware, and Docker. VirtualBox is the default and most commonly used provider…
Question
Options
- ADocker
- BVMware
- CVirtualBox
- DHaws
How the community answered
(28 responses)- A75% (21)
- D25% (7)
Explanation
Vagrant supports multiple providers, allowing it to work with different virtualization and container platforms. According to official Vagrant documentation, supported providers include VirtualBox, VMware, and Docker. VirtualBox is the default and most commonly used provider. VMware is supported through official plugins. Docker is also supported as a provider, enabling lightweight container-based development environments. Option D ("Haws") is an apparent typographical error and does not correspond to a valid virtualization platform. While Vagrant can integrate with AWS via community or third-party plugins, the option as written is invalid.
Topics
Community Discussion
No community discussion yet for this question.