From eca226b63048303a7175752270076e9896033b32 Mon Sep 17 00:00:00 2001 From: Ihor Dvoretskyi Date: Thu, 26 Aug 2021 15:51:45 +0300 Subject: [PATCH] Debian versions updated Debian 11 is released - https://www.debian.org/News/2021/20210814, now it's "stable". Debian 10 becomes "oldstable". --- engine/install/debian.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/engine/install/debian.md b/engine/install/debian.md index 8d70ee6003..06e3ecaf2a 100644 --- a/engine/install/debian.md +++ b/engine/install/debian.md @@ -22,10 +22,10 @@ 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 or Raspbian versions: -- Debian Bullseye 11 (testing) -- Debian Buster 10 (stable) -- Raspbian Bullseye 11 (testing) -- Raspbian Buster 10 (stable) +- Debian Bullseye 11 (stable) +- Debian Buster 10 (oldstable) +- Raspbian Bullseye 11 (stable) +- Raspbian Buster 10 (oldstable) Docker Engine is supported on `x86_64` (or `amd64`), `armhf`, and `arm64` architectures.