测试默认示例
$ vagrant init hashicorp/precise32
$ vagrant up
我的盒子:
- 视窗 8.1
- 虚拟盒子 5.0.2
- 流浪者 1.7.4
- 英特尔 i7-4700MQ CPU 女巫似乎拥有英特尔® 虚拟化技术 (VT-x) http://ark.intel.com/products/75117/Intel-Core-i7-4700MQ-Processor-6M-Cache-up-to- 3_40-GHz
防火墙/防病毒关闭。
我尝试通过 putty 连接到 127.0.0.1 2222
Vagrantfile(我已经删除了注释掉的行)
Vagrant.configure(2) do |config|
config.vm.box = "hashicorp/precise32"
end