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