Difference between revisions of "Vagrantfile"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 6: Line 6:
  
 
  Vagrant.configure("2") do |config|
 
  Vagrant.configure("2") do |config|
   config.vm.box = "fedora/32-cloud-base"
+
   config.vm.box = "[[fedora/32-cloud-base]]"
 
  end
 
  end
  

Revision as of 11:28, 11 April 2021


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



See also

Advertising: