vagrant plugin install vagrant-disksize Usage Set the size you want for your disk in your Vagrantfile. For example Vagrant.configure('2')do|config|config.vm.box='ubuntu/xenial64'config.disksize.size='50GB'end Yo
Add instructions to install "vagrant-disksize" plug-in in order to avoid "Unknown configuration section 'disksize'." error in Vagrantfile.debian (phusion/baseimage-docker#581) amitie10g authored Apr 2, 2021 Verified 1 parent 2122db3 commit 36a5fe5 Showing 1 changed file with 6 additions and...