FCOS live iso require 3GB RAM

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/448/head
Kang Huaishuai 2020-04-26 09:57:39 +08:00
parent ff28d7219d
commit 4561243c23
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
2 changed files with 16 additions and 3 deletions

7
coreos/demo/example.fcc Normal file
View File

@ -0,0 +1,7 @@
variant: fcos
version: 1.0.0
passwd:
users:
- name: core
ssh_authorized_keys:
- ssh-rsa AAAA...

View File

@ -24,15 +24,17 @@ passwd:
## FCC Ignition
```bash
$ docker run -i --rm quay.io/coreos/fcct:v0.2.0 -pretty -strict < example.fcc > example.ign
$ docker run -i --rm quay.io/coreos/fcct:v0.5.0 --pretty --strict < example.fcc > example.ign
```
##
## ISO
> 3GB
```bash
$ sudo coreos-installer install /dev/sda --ignition example.ign
$ sudo coreos-installer install /dev/sda --ignition-file example.ign
```
使
@ -44,3 +46,7 @@ $ ssh core@虚拟机IP
$ docker --version
```
##
* [](https://docs.fedoraproject.org/en-US/fedora-coreos/bare-metal/)