From 4b176c5cfcc5690fc8a226c5ea65ba0fc4584148 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Thu, 4 Feb 2021 16:33:47 +0000 Subject: [PATCH] Fix Compose install tab display issue Signed-off-by: Usha Mandya --- compose/install.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/compose/install.md b/compose/install.md index 2357d170ab..1aad60cd66 100644 --- a/compose/install.md +++ b/compose/install.md @@ -44,7 +44,8 @@ Python package manager or installing Compose as a container.
  • Windows
  • Windows Server
  • Linux
  • -
  • Alternative Install Options
  • +
  • Alternative install options
  • +
  • Pre-release builds
  • @@ -68,7 +69,7 @@ If you are running the Docker daemon and client directly on Microsoft Windows Server, follow the instructions in the Windows Server tab.
    -
    +
    ### Install Compose on Windows Server @@ -202,12 +203,11 @@ sudo curl -L --fail https://github.com/docker/compose/releases/download/{{site.c sudo chmod +x /usr/local/bin/docker-compose ``` -
    ----- +
    -## Install pre-release builds +### Install pre-release builds If you're interested in trying out a pre-release build, you can download release candidates from the [Compose repository release page on GitHub](https://github.com/docker/compose/releases){: target="_blank" rel="noopener" class="_"}. @@ -221,6 +221,10 @@ Pre-releases built from the "master" branch are also available for download at > but may be less stable. {: .important} +
    +
    + +---- ## Upgrading