We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bd324 commit 95cf57aCopy full SHA for 95cf57a
environment/Vagrantfile
@@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
21
# setup nodes
22
num_machines.times do |n|
23
config.vm.define "bpftutorial-#{n+1}" do |net|
24
- net.vm.box = "ubuntu/disco64"
+ net.vm.box = "ubuntu/focal64"
25
net_ip = ips[n]
26
net_index = n+1
27
net.vm.hostname = "bpftutorial-#{net_index}"
0 commit comments