From e41355eaf09df287f90ed6d0cf3c6966823fe5a4 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 9 Aug 2023 09:57:04 +0200 Subject: [PATCH] engine: rename raspbian to raspberry pi os Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- _data/toc.yaml | 2 +- engine/install/index.md | 20 ++++++++-------- .../{raspbian.md => raspberry-pi-os.md} | 23 ++++++++++--------- 3 files changed, 23 insertions(+), 22 deletions(-) rename engine/install/{raspbian.md => raspberry-pi-os.md} (92%) diff --git a/_data/toc.yaml b/_data/toc.yaml index ae49bd330c..88cfa70931 100644 --- a/_data/toc.yaml +++ b/_data/toc.yaml @@ -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 diff --git a/engine/install/index.md b/engine/install/index.md index 5ed8eb6813..36315791b6 100644 --- a/engine/install/index.md +++ b/engine/install/index.md @@ -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 diff --git a/engine/install/raspbian.md b/engine/install/raspberry-pi-os.md similarity index 92% rename from engine/install/raspbian.md rename to engine/install/raspberry-pi-os.md index 209cd418f9..fd75bfbc4f 100644 --- a/engine/install/raspbian.md +++ b/engine/install/raspberry-pi-os.md @@ -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`).