We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41574e4 commit 8a4fe19Copy full SHA for 8a4fe19
docs/index.md
@@ -111,8 +111,15 @@ drift in this scenario however.
111
### Upgrading
112
113
Once a chosen container image is used as the boot source, further
114
-invocations of `bootc upgrade` will look for newer versions - again
115
-preserving state.
+invocations of `bootc upgrade` from the installed operating system
+will fetch updates from the container image registry.
116
+
117
+This is backed today by ostree, implementing an A/B style upgrade system.
118
+Changes to the base image are staged, and the running system is not
119
+changed by default.
120
121
+Use `bootc upgrade --apply` to apply updates; today this will always
122
+reboot.
123
124
# More links
125
0 commit comments