We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09e732 commit 19345d2Copy full SHA for 19345d2
Vagrantfile
@@ -1,6 +1,5 @@
1
Vagrant.configure("2") do |config|
2
- ## uses the vagrant-disksize plugin
3
- config.disksize.size = "8GB"
+ ## Choose your base box
4
config.vm.box = "ubuntu/bionic64"
5
config.vm.provider "virtualbox" do |v|
6
v.memory = 512
0 commit comments