10 lines
212 B
Batchfile
10 lines
212 B
Batchfile
vagrant init hashicorp/bionic64
|
|
vagrant box add hashicorp/bionic64
|
|
vagrant up
|
|
vagrant ssh
|
|
vagrant destroy
|
|
vagrant box list
|
|
vagrant box remove hashicorp/bionic64
|
|
vagrant plugin install vagrant-share
|
|
vagrant share
|