安装
下载 ISO
编写 FCC
# example.fcc
variant: fcos
version: 1.0.0
passwd:
users:
- name: core
ssh_authorized_keys:
- ssh-rsa AAAA...转换 FCC 为 Ignition
$ docker run -i --rm quay.io/coreos/fcct:v0.5.0 --pretty --strict < example.fcc > example.ign挂载 ISO 启动虚拟机并安装
使用
参考链接
Last updated