Line 233: |
Line 233: |
| status=enabled | | status=enabled |
| | | |
| + | ==Docker Compose== |
| + | The latest version that you can use with the installed version of docker (currently 1.7.1) is docker-compose version 1.5.2 |
| + | https://github.com/docker/compose/releases/tag/1.5.2 |
| + | |
| + | curl -L https://github.com/docker/compose/releases/download/1.5.2/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose |
| + | chmod +x /usr/local/bin/docker-compose |
| | | |
| ==Shipyard web GUI== | | ==Shipyard web GUI== |