vagrant icon indicating copy to clipboard operation
vagrant copied to clipboard

Vagrant is a tool for building and distributing development environments.

Results 451 vagrant issues
Sort by recently updated
recently updated
newest added

Not `https://github.com/hashicorp/vagrant-acceptance/blob/v2.3.0/CHANGELOG.md` Should be `https://github.com/hashicorp/vagrant/blob/v2.3.0/CHANGELOG.md`

As of Vagrant 2.3, Vagrant ships with a second executable called vagrant-go. This represents the current state of our work to reimplement Vagrant in Go, as a part of our...

Fixes various capitalizations in the docs * Examples: VMware, Linux/Unix, PowerShell, and some abbreviations Also, Prettier auto-formatted away some trailing spaces, mostly in experimental/vagrant_go.mdx.

Vagrant is unable to import a VM with multiple VHDXs. Base box was created with Packer using a kickstart file with the following configuration parameters: `"disk_size": 30720,` `"disk_additional_size": 51200,` ###...

provider/hyperv

`"~> 1.41.1"` limits us to 1.41 which is already a year old now, relaxing this to `"~> 1.41"` allows us to pick up fresher and maintained releases. @phinze you introduced...

enhancement
core

### Vagrant version Vagrant 2.2.19. This is the latest version by the time of 2022-Apri-17. ### Host operating system * Windows 11 Home 21H2 build version 22000.613 * OS Version...

### Vagrant version 2.2.10 ### Host operating system Windows 10 ### Guest operating system Linux ### Expected behavior When using an authenticated SMB synced_folder Vagrant up continues after entering the...

bug
synced-folders/smb
host/windows

Ran into this issue today dug through the code and resolved it with the following minor change. didn't see this reported in the issue list so if there is another...

Contributed to improving the clarity of certain sentences that would help beginners -Added the word 'static' before ip and specified the commands to destroy and recreate the Vagrant environment post...