-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] change vagrant system disk size #9171
Comments
Refs #2339 |
Hi there, It looks like this has been resolved within a previously shipped version of Vagrant so I am now closing this issue. If the original issue was not fully resolved, please reopen this issue or create a new one. Cheers! |
@Bessonov You'll find documentation here: https://www.vagrantup.com/docs/disks/configuration.html It currently only supports VirtualBox, but Hyper-V, Docker, and VMWare support is on the way soon. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi ,
I am using vagrant to test docker images, system disk eat up soon. (such as centos, ubuntu only has 8G)
I have tried
https://github.com/sprotheroe/vagrant-disksize
vb.customize https://unix.stackexchange.com/questions/176687/set-storage-size-on-creation-of-vm-virtualbox
Both can't alter system disk size . Why don't provide a built-in way to do this ?
The text was updated successfully, but these errors were encountered: