Merge pull request #14705 from glours/fix-linux-compose-install

fix display issue on linux install section of Compose
This commit is contained in:
Usha Mandya 2022-05-10 11:05:45 +01:00 committed by GitHub
commit 3f257d23e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
</div>
<div id="linux-standalone" class="tab-pane fade" markdown="1">
#### Install using the repository
@ -215,6 +213,8 @@ also included below.
$ docker compose version
Docker Compose version {{site.compose_version}}
```
</div>
<div id="linux-standalone" class="tab-pane fade" markdown="1">
### Install Compose as standalone binary on Linux systems