From 59c10d162c53e00e9193c9436cf3acaca7c76d04 Mon Sep 17 00:00:00 2001 From: Guillaume Lours Date: Mon, 9 May 2022 21:35:16 +0200 Subject: [PATCH] fix display issue on linux install section of Compose Signed-off-by: Guillaume Lours --- compose/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/install.md b/compose/install.md index c2248209d16..992b75cde47 100644 --- a/compose/install.md +++ b/compose/install.md @@ -132,8 +132,6 @@ You can install Docker Compose in different ways, depending on your needs: As Docker Compose is now part of the Docker CLI it can be installed via a convenience script with Docker Engine and the CLI. [Choose your Linux distribution](../engine/install/index.md#server) and follow the instructions. - -
#### Install using the repository @@ -215,6 +213,8 @@ also included below. $ docker compose version Docker Compose version {{site.compose_version}} ``` +
+
### Install Compose as standalone binary on Linux systems