From e4fe643057f759473c13c9cb5fd22ee8ef17dbf9 Mon Sep 17 00:00:00 2001 From: IgorSamurovic Date: Wed, 27 Sep 2023 08:17:07 +0000 Subject: [PATCH] Removed output from console text (#18296) When someone is copying everything in the console section in this instance, they are also copying the output. This is unnecessary and potentially confusing. --- content/compose/install/linux.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/compose/install/linux.md b/content/compose/install/linux.md index f7fd312036..231daba204 100644 --- a/content/compose/install/linux.md +++ b/content/compose/install/linux.md @@ -56,10 +56,13 @@ For Compose standalone, see [Install Compose Standalone](standalone.md). ```console $ docker compose version - Docker Compose version vN.N.N ``` - Where `vN.N.N` is placeholder text standing in for the latest version. + Expected output: + ``` + Docker Compose version vN.N.N + ``` + Where `vN.N.N` is placeholder text standing in for the latest version. ### Update Compose