Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 1.8 install docs to show docker-compose install #1064

Closed
alexharrington opened this issue Mar 6, 2017 · 0 comments
Closed

Update 1.8 install docs to show docker-compose install #1064

alexharrington opened this issue Mar 6, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@alexharrington
Copy link
Member

alexharrington commented Mar 6, 2017

docker-engine on Linux doesn't come with docker-compose bundled as it does for Windows and Mac.

Add a step to the install guide to install a version of docker-compose suitable from their releases page here:
https://github.com/docker/compose/releases

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

OP: https://community.xibo.org.uk/t/my-xibo-rc3-blew-up/8975/17

@alexharrington alexharrington added this to the 1.8.0 milestone Mar 6, 2017
@dasgarner dasgarner self-assigned this Mar 7, 2017
dasgarner added a commit to dasgarner/xibo-manual that referenced this issue Mar 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants