Skip to content

Commit e934332

Browse files
committed
engine/install: add Fedora 40
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent cf427b8 commit e934332

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/engine/install/fedora.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Fedora versions:
2626

2727
- Fedora 38
2828
- Fedora 39
29+
- Fedora 40
2930

3031
### Uninstall old versions
3132

@@ -112,17 +113,17 @@ $ sudo dnf config-manager --add-repo {{% param "download-url-base" %}}/docker-ce
112113
```console
113114
$ dnf list docker-ce --showduplicates | sort -r
114115

115-
docker-ce.x86_64 3:25.0.0-1.fc39 docker-ce-stable
116-
docker-ce.x86_64 3:24.0.7-1.fc39 docker-ce-stable
116+
docker-ce.x86_64 3:26.1.0-1.fc40 docker-ce-stable
117+
docker-ce.x86_64 3:26.0.2-1.fc40 docker-ce-stable
117118
<...>
118119
```
119120

120121
The list returned depends on which repositories are enabled, and is specific
121-
to your version of Fedora (indicated by the `.fc39` suffix in this example).
122+
to your version of Fedora (indicated by the `.fc40` suffix in this example).
122123

123124
Install a specific version by its fully qualified package name, which is
124125
the package name (`docker-ce`) plus the version string (2nd column),
125-
separated by a hyphen (`-`). For example, `docker-ce-3:25.0.0-1.fc39`.
126+
separated by a hyphen (`-`). For example, `docker-ce-3:26.1.0-1.fc40`.
126127

127128
Replace `<VERSION_STRING>` with the desired version and then run the following
128129
command to install:

0 commit comments

Comments
 (0)