Welcome 微信登录

首页 / 操作系统 / Linux / Hyper-V 安装 CoreOS 图解

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.htmDocker学习:Coreos+Docker+rancher真方便简捷 http://www.linuxidc.com/Linux/2016-04/130605.htmDocker学习:VirtualBox 安装CoreOS系统,配置registry-mirror  http://www.linuxidc.com/Linux/2016-04/130598.htmCoreOS 发布 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.htmCoreOS 实战:CoreOS 及管理工具介绍  http://www.linuxidc.com/Linux/2014-11/109728.htm[教程]在 CoreOS 上构建你的第一个应用  http://www.linuxidc.com/Linux/2014-12/110799.htmCoreOS 在 PC 上快速安装上手  http://www.linuxidc.com/Linux/2015-07/120074.htmCoreOS环境下通过register镜像搭建私有仓库 http://www.linuxidc.com/Linux/2015-06/118545.htmCoreOS 的详细介绍:请点这里
CoreOS 的下载地址:请点这里 本文永久更新链接地址