mirror of https://github.com/docker/docs.git
engine: clarify rasberry pi os == 32-bit (#18395)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
b0e8ab0b97
commit
5025a168c8
|
|
@ -62,16 +62,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) | [ ✅ ](centos.md) | [ ✅ ](centos.md) | | [ ✅ ](centos.md) | |
|
| [CentOS](centos.md) | [ ✅ ](centos.md) | [ ✅ ](centos.md) | | [ ✅ ](centos.md) | |
|
||||||
| [Debian](debian.md) | [ ✅ ](debian.md) | [ ✅ ](debian.md) | [ ✅ ](debian.md) | [ ✅ ](debian.md) | |
|
| [Debian](debian.md) | [ ✅ ](debian.md) | [ ✅ ](debian.md) | [ ✅ ](debian.md) | [ ✅ ](debian.md) | |
|
||||||
| [Fedora](fedora.md) | [ ✅ ](fedora.md) | [ ✅ ](fedora.md) | | [ ✅ ](fedora.md) | |
|
| [Fedora](fedora.md) | [ ✅ ](fedora.md) | [ ✅ ](fedora.md) | | [ ✅ ](fedora.md) | |
|
||||||
| [Raspberry Pi OS](raspberry-pi-os.md) | | | [ ✅ ](raspberry-pi-os.md) | | |
|
| [Raspberry Pi OS (32-bit)](raspberry-pi-os.md) | | | [ ✅ ](raspberry-pi-os.md) | | |
|
||||||
| [RHEL](rhel.md) | | | | | [ ✅ ](rhel.md) |
|
| [RHEL](rhel.md) | | | | | [ ✅ ](rhel.md) |
|
||||||
| [SLES](sles.md) | | | | | [ ✅ ](sles.md) |
|
| [SLES](sles.md) | | | | | [ ✅ ](sles.md) |
|
||||||
| [Ubuntu](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) |
|
| [Ubuntu](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) | [ ✅ ](ubuntu.md) |
|
||||||
| [Binaries](binaries.md) | [ ✅ ](binaries.md) | [ ✅ ](binaries.md) | [ ✅ ](binaries.md) | | |
|
| [Binaries](binaries.md) | [ ✅ ](binaries.md) | [ ✅ ](binaries.md) | [ ✅ ](binaries.md) | | |
|
||||||
|
|
||||||
### Other Linux distros
|
### Other Linux distros
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,8 @@
|
||||||
---
|
---
|
||||||
description: Instructions for installing Docker Engine on Raspberry Pi OS
|
description: Instructions for installing Docker Engine on a 32-bit Raspberry Pi OS system
|
||||||
keywords: requirements, apt, installation, Raspberry Pi OS, install, uninstall, upgrade,
|
keywords: requirements, apt, installation, Raspberry Pi OS, install, uninstall, upgrade,
|
||||||
update
|
update
|
||||||
title: Install Docker Engine on Raspberry Pi OS
|
title: Install Docker Engine on Raspberry Pi OS (32-bit)
|
||||||
toc_max: 4
|
toc_max: 4
|
||||||
aliases:
|
aliases:
|
||||||
- /engine/installation/linux/raspbian/
|
- /engine/installation/linux/raspbian/
|
||||||
|
|
@ -14,6 +14,13 @@ 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).
|
||||||
|
|
||||||
|
> **Important**
|
||||||
|
>
|
||||||
|
> This installation instruction refers to the 32-bit (armhf) version of
|
||||||
|
> Raspberry Pi OS. If you're using the 64-bit (arm64) version, follow the
|
||||||
|
> instructions for [Debian](debian.md).
|
||||||
|
{ .important }
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
|
|
@ -25,14 +32,10 @@ To get started with Docker Engine on Raspberry Pi OS, make sure you
|
||||||
|
|
||||||
### OS requirements
|
### OS requirements
|
||||||
|
|
||||||
This installation instruction refers to the 32-bit (armhf) version of Raspberry
|
|
||||||
Pi OS. If you're using the 64-bit (arm64) version, follow the instructions for
|
|
||||||
[Debian](debian.md).
|
|
||||||
|
|
||||||
The following OS versions are supported:
|
The following OS versions are supported:
|
||||||
|
|
||||||
- Raspberry Pi OS Bookworm 12 (stable)
|
- 32-bit Raspberry Pi OS Bookworm 12 (stable)
|
||||||
- Raspberry Pi OS Bullseye 11 (oldstable)
|
- 32-bit Raspberry Pi OS Bullseye 11 (oldstable)
|
||||||
|
|
||||||
### Uninstall old versions
|
### Uninstall old versions
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1448,7 +1448,7 @@ Manuals:
|
||||||
- path: /engine/install/ubuntu/
|
- path: /engine/install/ubuntu/
|
||||||
title: Ubuntu
|
title: Ubuntu
|
||||||
- path: /engine/install/raspberry-pi-os/
|
- path: /engine/install/raspberry-pi-os/
|
||||||
title: Raspbian
|
title: Raspberry Pi OS (32-bit)
|
||||||
- path: /engine/install/binaries/
|
- path: /engine/install/binaries/
|
||||||
title: Binaries
|
title: Binaries
|
||||||
- path: /engine/install/linux-postinstall/
|
- path: /engine/install/linux-postinstall/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue