Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleVagrantfile
collapsetrue
Vagrant.configure("2") do |config|
  config.vm.box = "archlinux/archlinux"
  #config.disksize.size = "20GB"
end



#vagrant up

#vagrant destroy

Image Added