Vagrant hands-on

Install Vagrant

https://www.vagrantup.com/downloads.html

Start a VM instance

vagrant box add hashicorp/precise64

 

mkdir test; cd test

 

vagrant init hashicorp/precise64

vagrant up

vagrant ssh

(password: vagrant)

其他 boxs 可以來這邊找 (click)

Vagrant hands-on

By Ming-der Wang

Vagrant hands-on

  • 1,252