This topic created in 4666 days ago, the information mentioned may be changed or developed.
一个我知道怎么做,但是如果我要想配置一个Ubuntu ,一个Centos该怎么做?
3 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
hadoop Nov 24, 2013 1
vagrant box add A(起个名字,这里随便取A示意) http://xxxxxx/ubuntu.box vagrant box add B(起个名字)http://yyyyyy/centos.box ----------->相当于你的虚拟机库里面多了这两种
如果需要创建一个ubuntu的,那么就 mkdir ubuntu ; cd ububtu ; vagrant init A
命令大致就是这样
|
 |
|
3
llbgurs Nov 25, 2013
Vagrantfile 可以配置多个虚拟机的
|