mirror of https://github.com/docker/docs.git
Merge pull request #17885 from dvdksn/engine/rasbpian-rename
engine: rename raspbian to raspberry pi os
This commit is contained in:
commit
842bd94eb5
|
@ -1341,7 +1341,7 @@ manuals:
|
||||||
title: SLES
|
title: SLES
|
||||||
- path: /engine/install/ubuntu/
|
- path: /engine/install/ubuntu/
|
||||||
title: Ubuntu
|
title: Ubuntu
|
||||||
- path: /engine/install/raspbian/
|
- path: /engine/install/raspberry-pi-os/
|
||||||
title: Raspbian
|
title: Raspbian
|
||||||
- path: /engine/install/binaries/
|
- path: /engine/install/binaries/
|
||||||
title: Binaries
|
title: Binaries
|
||||||
|
|
|
@ -58,16 +58,16 @@ your preferred operating system below.
|
||||||
Docker provides `.deb` and `.rpm` packages from the following Linux distros
|
Docker provides `.deb` and `.rpm` packages from the following Linux distros
|
||||||
and architectures:
|
and architectures:
|
||||||
|
|
||||||
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | ppc64le | s390x |
|
| Platform | x86_64 / amd64 | arm64 / aarch64 | arm (32-bit) | ppc64le | s390x |
|
||||||
| :---------------------- | :--------------------- | :--------------------- | :----------------------- |:-----------------------| :--------------------- |
|
| :------------------------------------ | :--------------------- | :--------------------- | :------------------------------ | :--------------------- | :--------------------- |
|
||||||
| [CentOS](centos.md) | [{{ yes }}](centos.md) | [{{ yes }}](centos.md) | | [{{ yes }}](centos.md) | |
|
| [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) | |
|
| [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) | |
|
| [Fedora](fedora.md) | [{{ yes }}](fedora.md) | [{{ yes }}](fedora.md) | | [{{ yes }}](fedora.md) | |
|
||||||
| [Raspbian](raspbian.md) | | | [{{ yes }}](raspbian.md) | | |
|
| [Raspberry Pi OS](raspberry-pi-os.md) | | | [{{ yes }}](raspberry-pi-os.md) | | |
|
||||||
| [RHEL](rhel.md) | | | | | [{{ yes }}](rhel.md) |
|
| [RHEL](rhel.md) | | | | | [{{ yes }}](rhel.md) |
|
||||||
| [SLES](sles.md) | | | | | [{{ yes }}](sles.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) |
|
| [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) | | |
|
| [Binaries](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | [{{yes}}](binaries.md) | | |
|
||||||
|
|
||||||
### Other Linux distros
|
### Other Linux distros
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
---
|
---
|
||||||
description: Instructions for installing Docker Engine on Raspbian
|
description: Instructions for installing Docker Engine on Raspberry Pi OS
|
||||||
keywords:
|
keywords:
|
||||||
requirements, apt, installation, raspbian, install, uninstall, upgrade, update
|
requirements, apt, installation, Raspberry Pi OS, install, uninstall, upgrade, update
|
||||||
redirect_from:
|
redirect_from:
|
||||||
- /engine/installation/linux/raspbian/
|
- /engine/installation/linux/raspbian/
|
||||||
title: Install Docker Engine on Raspbian
|
- /engine/install/raspbian/
|
||||||
|
title: Install Docker Engine on Raspberry Pi OS
|
||||||
toc_max: 4
|
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
|
[meet the prerequisites](#prerequisites), and then follow the
|
||||||
[installation steps](#installation-methods).
|
[installation steps](#installation-methods).
|
||||||
|
|
||||||
|
@ -23,16 +24,16 @@ To get started with Docker Engine on Raspbian, make sure you
|
||||||
|
|
||||||
### OS requirements
|
### 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:
|
versions:
|
||||||
|
|
||||||
- Raspbian Bookworm 12 (testing)
|
- Raspberry Pi OS Bookworm 12 (testing)
|
||||||
- Raspbian Bullseye 11 (stable)
|
- Raspberry Pi OS Bullseye 11 (stable)
|
||||||
- Raspbian Buster 10 (oldstable)
|
- 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
|
### 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/){:
|
1. Go to [`{{ download-url-base }}/dists/`]({{ download-url-base }}/dists/){:
|
||||||
target="_blank" rel="noopener" class="_" }.
|
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`,
|
3. Go to `pool/stable/` and select the applicable architecture (`amd64`,
|
||||||
`armhf`, `arm64`, or `s390x`).
|
`armhf`, `arm64`, or `s390x`).
|
Loading…
Reference in New Issue