diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-30 14:44:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-30 14:44:43 +0000 |
commit | 85bad0cc7c68b71ab7ddb6ed09b862145c6c6d0e (patch) | |
tree | 02781f69a14b72578f1f6666c0398c812ea3da48 /docs/source/markdown/podman-machine-init.1.md | |
parent | 7cd317e9c35aa9f4776ee491bdd943c6e2ce55d3 (diff) | |
parent | 3c79202fb9d35e732b655a1fb99a490b813b50a4 (diff) | |
download | podman-85bad0cc7c68b71ab7ddb6ed09b862145c6c6d0e.tar.gz podman-85bad0cc7c68b71ab7ddb6ed09b862145c6c6d0e.tar.bz2 podman-85bad0cc7c68b71ab7ddb6ed09b862145c6c6d0e.zip |
Merge pull request #12119 from ashley-cui/updates
[CI:DOCS] Add information on how podman machine is updated
Diffstat (limited to 'docs/source/markdown/podman-machine-init.1.md')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index f1fbd56ee..45f798cd6 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -18,6 +18,10 @@ tied to the Linux kernel. SSH keys are automatically generated to access the VM, and system connections to the root account and a user account inside the VM are added. +By default, the VM distribution is [Fedora CoreOS](https://getfedora.org/en/coreos?stream=testing). +Fedora CoreOS upgrades come out every 14 days and are detected and installed automatically. The VM will be rebooted during the upgrade. +For more information on updates and advanced configuration, please see the FCOS update docs [here](https://docs.fedoraproject.org/en-US/fedora-coreos/auto-updates/) and [here](https://coreos.github.io/zincati/usage/updates-strategy/). + ## OPTIONS #### **--cpus**=*number* |