VirtualBox安装coreos

本次体验,基于Windows 7 64位系统。以下为简单步骤:1、先安装VirtualBox-4.3.10-93012-Win.exe,建议从官网下载。2、Vagrant,这次安装最新的vagrant_1.6.5.msi版本3、安装Git for Windows 1.8.3,可以让命令下直接使用git命令4、安装CoreOS环境:

git clone https://github.com/coreos/coreos-vagrant.git cd coreos-vagrant

复制一份user-data.sample为user-data、config.rb.sample为config.rb修改config.rb

# Official CoreOS channel from which updates should be downloaded $update_channel='alpha'
vagrant upvagrant ssh

执行完毕后自动生成一些ssh信息:

Host: 127.0.0.1 Port: 2222 Username: core Private key: C:/Users/nieyong/.vagrant.d/insecure_private_key

使用熟悉的SSH终端工具登陆即可,这里推荐xshell附:vagrant up 时候可能会不能正常启动。修改要改BIOS

解決方法就是进入BIOS-

Advanced BIOS Features---->Virtualization---->Disabled修改为Enabled 

保存后退出重启


你可能感兴趣的:(VirtualBox安装coreos)