Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

[Docs] Missing instruction for docker-compose #84

Open
innerop opened this issue May 6, 2020 · 0 comments
Open

[Docs] Missing instruction for docker-compose #84

innerop opened this issue May 6, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@innerop
Copy link

innerop commented May 6, 2020

Hi guys,

In the Quick Start docs, it says:

curl -sSL https://get.docker.com/ | CHANNEL=stable bash

But this does not install docker-compose

You can add something like this to install docker-compose:

Note: docker-compose latest as of this time is 1.26.rc4, so maybe add a note to check the current release

sudo curl -L https://github.com/docker/compose/releases/download/1.25.5/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose

I'll fork this if I find other areas to contribute but for now I thought it might be easier to just choose which way you want users to install docker-compose and include that in the docs yourself. This is just a suggestion.

@nurdism nurdism added the documentation Improvements or additions to documentation label Nov 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants