首頁 > 軟體

Hyper-V 安裝 CoreOS 圖解

2020-06-16 17:35:18

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


IT145.com E-mail:sddin#qq.com