Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Docker CE: Instructions update #689

Merged
merged 1 commit into from
Jan 13, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions modules/ROOT/pages/docker-ce.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,17 @@ sudo rpm-ostree override remove moby-engine containerd runc docker-cli --install
=== Upgrading Docker CE

Docker CE should be upgraded automatically with each new release of Fedora CoreOS.

[NOTE]
====
If you have Docker CE installed and are still using Fedora CoreOS 40, upgrading to Fedora CoreOS 41 will likely fail.
This is due to the new `docker-cli` package added in Fedora CoreOS 41 and later.
To upgrade to Fedora CoreOS 41 you’ll need to reset the overrides and uninstall layered Docker CE packages with the following command.

[source, bash]
----
sudo rpm-ostree override reset containerd moby-engine runc --uninstall docker-ce
----

After upgrading to Fedora CoreOS 41, you can follow the instructions for xref:#_installing_docker_ce_on_a_running_system[Installing Docker CE on a running system].
====
Loading