mirror of https://github.com/docker/docs.git
Merge pull request #22635 from ArthurFlag/ENGDOCS-2616-add-new-os-versions
engine: add new supported versions
This commit is contained in:
commit
2b68133dc9
|
@ -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)
|
||||
|
||||
|
@ -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" >}}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue