Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion content/manuals/engine/install/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ To get started with Docker Engine on Debian, make sure you
To install Docker Engine, you need the 64-bit version of one of these Debian
versions:

- Debian Trixie 13 (testing)
- Debian Bookworm 12 (stable)
- Debian Bullseye 11 (oldstable)

Expand Down Expand Up @@ -144,7 +145,7 @@ Docker from the repository.
```console
$ sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
```

{{< /tab >}}
{{< tab name="Specific version" >}}

Expand Down
3 changes: 2 additions & 1 deletion content/manuals/engine/install/fedora.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ To get started with Docker Engine on Fedora, make sure you
To install Docker Engine, you need a maintained version of one of the following
Fedora versions:

- Fedora 40
- Fedora 42
- Fedora 41
- Fedora 40

### Uninstall old versions

Expand Down