mirror of https://github.com/docker/docs.git
Update install.md
This commit is contained in:
parent
d87c041615
commit
d04138d726
|
@ -12,7 +12,7 @@ You can run Compose on macOS, Windows, and 64-bit Linux.
|
||||||
Docker Compose relies on Docker Engine for any meaningful work, so make sure you
|
Docker Compose relies on Docker Engine for any meaningful work, so make sure you
|
||||||
have Docker Engine installed either locally or remote, depending on your setup.
|
have Docker Engine installed either locally or remote, depending on your setup.
|
||||||
|
|
||||||
- On desktop systems like Docker for Mac and Windows, Docker Compose is
|
- On desktop systems like Docker Desktop for Mac and Windows, Docker Compose is
|
||||||
included as part of those desktop installs.
|
included as part of those desktop installs.
|
||||||
|
|
||||||
- On Linux systems, first install the
|
- On Linux systems, first install the
|
||||||
|
@ -39,22 +39,22 @@ Python package manager or installing Compose as a container.
|
||||||
<div id="macOS" class="tab-pane fade in active" markdown="1">
|
<div id="macOS" class="tab-pane fade in active" markdown="1">
|
||||||
### Install Compose on macOS
|
### Install Compose on macOS
|
||||||
|
|
||||||
**Docker for Mac** and **Docker Toolbox** already include Compose along
|
**Docker Desktop for Mac** and **Docker Toolbox** already include Compose along
|
||||||
with other Docker apps, so Mac users do not need to install Compose separately.
|
with other Docker apps, so Mac users do not need to install Compose separately.
|
||||||
Docker install instructions for these are here:
|
Docker install instructions for these are here:
|
||||||
|
|
||||||
* [Get Docker for Mac](/docker-for-mac/install.md)
|
* [Get Docker Desktop for Mac](/docker-for-mac/install.md)
|
||||||
* [Get Docker Toolbox](/toolbox/overview.md) (for older systems)
|
* [Get Docker Toolbox](/toolbox/overview.md) (for older systems)
|
||||||
<hr>
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
<div id="windows" class="tab-pane fade" markdown="1">
|
<div id="windows" class="tab-pane fade" markdown="1">
|
||||||
### Install Compose on Windows systems
|
### Install Compose on Windows systems
|
||||||
|
|
||||||
**Docker for Windows** and **Docker Toolbox** already include Compose
|
**Docker Desktop for Windows** and **Docker Toolbox** already include Compose
|
||||||
along with other Docker apps, so most Windows users do not need to
|
along with other Docker apps, so most Windows users do not need to
|
||||||
install Compose separately. Docker install instructions for these are here:
|
install Compose separately. Docker install instructions for these are here:
|
||||||
|
|
||||||
* [Get Docker for Windows](/docker-for-windows/install.md)
|
* [Get Docker Desktop for Windows](/docker-for-windows/install.md)
|
||||||
* [Get Docker Toolbox](/toolbox/overview.md) (for older systems)
|
* [Get Docker Toolbox](/toolbox/overview.md) (for older systems)
|
||||||
|
|
||||||
**If you are running the Docker daemon and client directly on Microsoft
|
**If you are running the Docker daemon and client directly on Microsoft
|
||||||
|
|
Loading…
Reference in New Issue