利用vagrant安裝coreos(第一篇)

所需軟件

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
執行下一步需要到國外去下載軟件,所以的需要連接***,然後在執行;
vagrant up

執行完後,就會創建出一個名爲core-01的系統;

登錄地址是127.0.0.1

端口號:2222

密鑰保存在$home/.vagran.d/下


技術交流,請加入Docker部落qq羣345819364



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章