Make install instructions for Docker Compose clearer (#2814)

* clarify install instructions

* add direct install instructions for Ubuntu

* remove apt-get install instructions

* Edits
This commit is contained in:
Shubheksha Jalan 2017-04-19 17:33:20 +05:30 committed by John Mulhausen
parent bdcd3be43c
commit d1308508e0
1 changed files with 4 additions and 6 deletions

View File

@ -18,14 +18,12 @@ To install Compose, do the following:
* [Other systems](/engine/installation/index.md){: target="_blank" class="_"}
2. The Docker Toolbox installation includes both Engine and Compose, so Mac and
Windows users are done installing. Others should continue to the next step.
2. Docker for Mac, Docker for Windows, and Docker Toolbox include Docker Compose, so Mac and Windows users do not need
to install Docker Compose separately.
3. Go to the
3. On Linux, you can download the Docker Compose binary from the
[Compose repository release page on GitHub](https://github.com/docker/compose/releases){: target="_blank" class="_"}.
4. Follow the instructions from the release page and run the `curl` command,
which the release page specifies, in your terminal.
Follow the instructions from the link, which involve running the `curl` command in your terminal to download the binaries.
> **Note**: If you get a "Permission denied" error, your `/usr/local/bin` directory
> probably isn't writable and you'll need to install Compose as the superuser. Run