Vagrantfile add
Vagrant.configure("2") do |config|
config.vm.network "private_network", type: "dhcp"
end
Vagrantfile add
Vagrant.configure("2") do |config|
config.vm.network "private_network", type: "dhcp"
end
相关文章: