Skip to content

Commit 2b68133

Browse files
authored
Merge pull request docker#22635 from ArthurFlag/ENGDOCS-2616-add-new-os-versions
engine: add new supported versions
2 parents bb59dc1 + 7cc91f6 commit 2b68133

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

content/manuals/engine/install/debian.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ To get started with Docker Engine on Debian, make sure you
4242
To install Docker Engine, you need the 64-bit version of one of these Debian
4343
versions:
4444

45+
- Debian Trixie 13 (testing)
4546
- Debian Bookworm 12 (stable)
4647
- Debian Bullseye 11 (oldstable)
4748

@@ -144,7 +145,7 @@ Docker from the repository.
144145
```console
145146
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
146147
```
147-
148+
148149
{{< /tab >}}
149150
{{< tab name="Specific version" >}}
150151

content/manuals/engine/install/fedora.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ To get started with Docker Engine on Fedora, make sure you
2626
To install Docker Engine, you need a maintained version of one of the following
2727
Fedora versions:
2828

29-
- Fedora 40
29+
- Fedora 42
3030
- Fedora 41
31+
- Fedora 40
3132

3233
### Uninstall old versions
3334

0 commit comments

Comments
 (0)