Merge pull request #17885 from dvdksn/engine/rasbpian-rename

engine: rename raspbian to raspberry pi os
This commit is contained in:
David Karlsson 2023-08-10 14:39:57 +02:00 committed by GitHub
commit 842bd94eb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 22 deletions

View File

@ -1341,7 +1341,7 @@ manuals:
title: SLES
- path: /engine/install/ubuntu/
title: Ubuntu
- path: /engine/install/raspbian/
- path: /engine/install/raspberry-pi-os/
title: Raspbian
- path: /engine/install/binaries/
title: Binaries

View File

@ -58,16 +58,16 @@ your preferred operating system below.
Docker provides `.deb` and `.rpm` packages from the following Linux distros
and architectures:
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | ppc64le | s390x |
| :---------------------- | :--------------------- | :--------------------- | :----------------------- |:-----------------------| :--------------------- |
| [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | | [{{ yes }}](centos.md) | |
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | |
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | | [{{ yes }}](fedora.md) | |
| [Raspbian](raspbian.md) | | | [{{ yes }}](raspbian.md) | | |
| [RHEL](rhel.md) | | | | | [{{ yes }}](rhel.md) |
| [SLES](sles.md) | | | | | [{{ yes }}](sles.md) |
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
| [Binaries](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | | |
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | ppc64le | s390x |
| :------------------------------------ | :--------------------- | :--------------------- | :------------------------------ | :--------------------- | :--------------------- |
| [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | | [{{ yes }}](centos.md) | |
| [Debian](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | [{{ yes }}](debian.md) | |
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | | [{{ yes }}](fedora.md) | |
| [Raspberry Pi OS](raspberry-pi-os.md) | | | [{{ yes }}](raspberry-pi-os.md) | | |
| [RHEL](rhel.md) | | | | | [{{ yes }}](rhel.md) |
| [SLES](sles.md) | | | | | [{{ yes }}](sles.md) |
| [Ubuntu](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) | [{{ yes }}](ubuntu.md) |
| [Binaries](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | | |
### Other Linux distros

View File

@ -1,14 +1,15 @@
---
description: Instructions for installing Docker Engine on Raspbian
description: Instructions for installing Docker Engine on Raspberry Pi OS
keywords:
requirements, apt, installation, raspbian, install, uninstall, upgrade, update
requirements, apt, installation, Raspberry Pi OS, install, uninstall, upgrade, update
redirect_from:
- /engine/installation/linux/raspbian/
title: Install Docker Engine on Raspbian
- /engine/install/raspbian/
title: Install Docker Engine on Raspberry Pi OS
toc_max: 4
---
To get started with Docker Engine on Raspbian, make sure you
To get started with Docker Engine on Raspberry Pi OS, make sure you
[meet the prerequisites](#prerequisites), and then follow the
[installation steps](#installation-methods).
@ -23,16 +24,16 @@ To get started with Docker Engine on Raspbian, make sure you
### OS requirements
To install Docker Engine, you need the 64-bit version or 32-bit version of one of these Raspbian
To install Docker Engine, you need the 64-bit version or 32-bit version of one of these Raspberry Pi OS
versions:
- Raspbian Bookworm 12 (testing)
- Raspbian Bullseye 11 (stable)
- Raspbian Buster 10 (oldstable)
- Raspberry Pi OS Bookworm 12 (testing)
- Raspberry Pi OS Bullseye 11 (stable)
- Raspberry Pi OS Buster 10 (oldstable)
Docker Engine for Raspbian is compatible with the armhf architecture.
Docker Engine for Raspberry Pi OS is compatible with the armhf architecture.
For the 64-bit version of Raspbian follow the instructions for [Debian](debian.md).
For the 64-bit version of Raspberry Pi OS follow the instructions for [Debian](debian.md).
### Uninstall old versions
@ -199,7 +200,7 @@ download a new file each time you want to upgrade Docker Engine.
1. Go to [`{{ download-url-base }}/dists/`]({{ download-url-base }}/dists/){:
target="_blank" rel="noopener" class="_" }.
2. Select your Raspbian version in the list.
2. Select your Raspberry Pi OS version in the list.
3. Go to `pool/stable/` and select the applicable architecture (`amd64`,
`armhf`, `arm64`, or `s390x`).