We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 625d606 commit 776c227Copy full SHA for 776c227
1 file changed
Vagrantfile
@@ -1,7 +1,11 @@
1
2
Vagrant.configure("2") do |config|
3
- config.vm.box = "ubuntu2004-desktop"
4
-
+
+ # basebox
5
+ config.vm.box = "tknerr/ubuntu2004-desktop"
6
+ config.vm.box_version = "0.1.0"
7
8
+ # virtualbox specific customizations
9
config.vm.provider "virtualbox" do |vbox, override|
10
vbox.name = "My Developer VM"
11
vbox.cpus = 4
0 commit comments