mirror of https://github.com/docker/docs.git
Merge pull request #12252 from usha-mandya/engdocs-384
Fix Compose install tab display issue
This commit is contained in:
commit
4f624f88d9
|
@ -44,7 +44,8 @@ Python package manager or installing Compose as a container.
|
|||
<li><a data-toggle="tab" data-target="#windows">Windows</a></li>
|
||||
<li><a data-toggle="tab" data-target="#windows-server">Windows Server</a></li>
|
||||
<li><a data-toggle="tab" data-target="#linux">Linux</a></li>
|
||||
<li><a data-toggle="tab" data-target="#alternatives">Alternative Install Options</a></li>
|
||||
<li><a data-toggle="tab" data-target="#alternatives">Alternative install options</a></li>
|
||||
<li><a data-toggle="tab" data-target="#pre-release">Pre-release builds</a></li>
|
||||
</ul>
|
||||
<div class="tab-content">
|
||||
<div id="macOS" class="tab-pane fade in active" markdown="1">
|
||||
|
@ -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.
|
||||
|
||||
</div>
|
||||
<div id="windows-server" class="tab-pane fade in active" markdown="1">
|
||||
<div id="windows-server" class="tab-pane fade" markdown="1">
|
||||
|
||||
### 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
|
||||
```
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
----
|
||||
<div id="pre-release" class="tab-pane fade" markdown="1">
|
||||
|
||||
## 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}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
----
|
||||
|
||||
## Upgrading
|
||||
|
||||
|
|
Loading…
Reference in New Issue