[docker] Add recommendation to install docker-compose binary

Bug: T246021
Change-Id: I594adc9946ef2c0ba4de0636acb065cd72b5d073
This commit is contained in:
Kosta Harlan 2020-03-16 14:03:26 +01:00
parent 00e26b1563
commit 80d0db741c

View file

@ -32,6 +32,15 @@ You'll need a locally running Docker and Docker Compose:
[docker-install]: https://docs.docker.com/install/
[docker-compose]: https://docs.docker.com/compose/install/
---
**Linux users**
We recommend installing `docker-compose` by [downloading the binary release](https://docs.docker.com/compose/install/#install-compose-on-linux-systems).
You can also use `pip`, your OS package manager, or even run it in a container, but downloading the binary release is the easiest method.
---
### Quickstart
#### MacOS & Windows prerequisites