...
Code Block | ||||
---|---|---|---|---|
| ||||
Vagrant.configure("2") do |config| config.vm.box = "archlinux/archlinux" #config.disksize.size = "20GB" end |
#vagrant up
#vagrant destroyssh
(at the end #vagrant suspend / resume or #vagrant destroy )
...
Code Block | ||||
---|---|---|---|---|
| ||||
Vagrant.configure("2") do |config| config.vm.box = "archlinux/archlinux" #config.disksize.size = "20GB" end |
#vagrant up
#vagrant destroyssh
(at the end #vagrant suspend / resume or #vagrant destroy )