From 65c218cf4f3d19f520d9c60d061748672b8be997 Mon Sep 17 00:00:00 2001 From: "Erick G. Islas-Osuna" Date: Mon, 6 Jul 2026 21:39:43 -0600 Subject: [PATCH] docs(debian): remove docker-buildx-plugin from installation `docker-buildx-plugin` exists under the `docker-buildx` package according to apt output on Debian 13 (Trixie) --- content/manuals/engine/install/debian.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/engine/install/debian.md b/content/manuals/engine/install/debian.md index 5ddc7d1f131c..38e4d798b564 100644 --- a/content/manuals/engine/install/debian.md +++ b/content/manuals/engine/install/debian.md @@ -149,7 +149,7 @@ Docker from the repository. To install the latest version, run: ```console - $ sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin + $ sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx docker-compose-plugin ``` {{< /tab >}} @@ -170,7 +170,7 @@ Docker from the repository. ```console $ VERSION_STRING=5:{{% param "docker_ce_version" %}}-1~debian.12~bookworm - $ sudo apt install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx-plugin docker-compose-plugin + $ sudo apt install docker-ce=$VERSION_STRING docker-ce-cli=$VERSION_STRING containerd.io docker-buildx docker-compose-plugin ``` {{< /tab >}} @@ -282,7 +282,7 @@ To upgrade Docker Engine, download the newer package files and repeat the 1. Uninstall the Docker Engine, CLI, containerd, and Docker Compose packages: ```console - $ sudo apt purge docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin docker-ce-rootless-extras + $ sudo apt purge docker-ce docker-ce-cli containerd.io docker-buildx docker-compose-plugin docker-ce-rootless-extras ``` 2. Images, containers, volumes, or custom configuration files on your host