Vagrantfile

From wikieduonline
Revision as of 11:34, 11 April 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search


Vagrant.configure("2") do |config|
 config.vm.box = "bento/fedora-32"
end
Vagrant.configure("2") do |config|
  config.vm.box = "fedora/32-cloud-base"
end

Including a hostname

Vagrant.configure("2") do |config|
  config.vm.box = "fedora/32-cloud-base"
  config.vm.define "YOUR_HOSTNAME_MACHINE"
end




See also

Advertising: