CoreOS Hyper-V 安装, Install to disck
准备
安装镜像
https://coreos.com/releases/ 选择版本, 点 Browse Images, 下载以下文件 (本文以 Alpha 为例)
- coreos_production_iso_image.iso
- coreos_production_image.bin.bz2
- coreos_production_image.bin.bz2.sig
安装相关工具
hfs.exe 其他 HTTP 服务器
配置文件
cloud-config.yaml
安装
HTTP 配置
在 Hyper-V 管理器中新建虚拟机
设置启动 ISO 为 coreos_production_iso_image.iso
启动虚拟机
$ sudo su - root
切换管理员
$ sudo wget http://192.168.16.168:1008/cloud-config.yml
下载配置文件
$ coreos-install -d /dev/sda -C alpha -c cloud-config.yaml -b http://192.168.16.168:1008
安装命令
$ reboot
安装完成, 弹出 coreos_production_iso_image.iso, 重启
备注: ssh key 生成, ssh client 配置请搜索
更多CoreOS相关教程见以下内容:
CoreOS继续推进Docker容器替代Rockets http://www.linuxidc.com/Linux/2015-02/112866.htm
Docker学习:Coreos+Docker+rancher真方便简捷 http://www.linuxidc.com/Linux/2016-04/130605.htm
Docker学习:VirtualBox 安装CoreOS系统,配置registry-mirror http://www.linuxidc.com/Linux/2016-04/130598.htm
CoreOS 发布 Rkt 1.0,可直接运行 Docker 镜像 http://www.linuxidc.com/Linux/2016-02/128230.htm
在CoreOS下部署WordPress实例教程 http://www.linuxidc.com/Linux/2014-07/104806.htm
服务器操作系统CoreOS初体验 http://www.linuxidc.com/Linux/2014-07/104807.htm
CoreOS 实战:剖析 etcd http://www.linuxidc.com/Linux/2014-11/109725.htm
CoreOS 实战:CoreOS 及管理工具介绍 http://www.linuxidc.com/Linux/2014-11/109728.htm
[教程]在 CoreOS 上构建你的第一个应用 http://www.linuxidc.com/Linux/2014-12/110799.htm
CoreOS 在 PC 上快速安装上手 http://www.linuxidc.com/Linux/2015-07/120074.htm
CoreOS环境下通过register镜像搭建私有仓库 http://www.linuxidc.com/Linux/2015-06/118545.htm
CoreOS 的详细介绍:请点这里
CoreOS 的下载地址:请点这里
本文永久更新链接地址:http://www.linuxidc.com/Linux/2016-08/134318.htm