Skip to content

Commit 99533c5

Browse files
committed
set hostname to 'dev-vm'
1 parent 776c227 commit 99533c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Vagrantfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Vagrant.configure("2") do |config|
55
config.vm.box = "tknerr/ubuntu2004-desktop"
66
config.vm.box_version = "0.1.0"
77

8+
# hostname
9+
config.vm.hostname = 'dev-vm'
10+
811
# virtualbox specific customizations
912
config.vm.provider "virtualbox" do |vbox, override|
1013
vbox.name = "My Developer VM"

0 commit comments

Comments
 (0)