所需软件
git+Vagrant+VirtualBOX
### vagrant: 使用命令行管理virtual machine,
Set up #1
install Vagrant and VirtualBox
download Vagrant 1.7.2
download VirtualBox 4.3.20
Set up #2
Clone Vagrant with CoreOS Repo
打开git,克隆代码到在D盘中:
$ cd d: git clone https://github.com/coreos/coreos-vagrant.git cd coreos-vagrant 执行下一步需要到国外去下载软件,所以的需要连接vpn,然后在执行; vagrant up
执行完后,就会创建出一个名为core-01的系统;
登录地址是127.0.0.1
端口号:2222
密钥保存在$home/.vagran.d/下
技术交流,请加入Docker部落qq群345819364
本文出自 “西伯利亚·狼” 博客,请务必保留此出处http://kernal.blog.51cto.com/8136890/1604893
原文地址:http://kernal.blog.51cto.com/8136890/1604893