[docker] Add recommendation to install docker-compose binary
Bug: T246021 Change-Id: I594adc9946ef2c0ba4de0636acb065cd72b5d073
This commit is contained in:
parent
00e26b1563
commit
80d0db741c
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue