4794 Forks
28946 Stars
28946 Watchers

compose

Define and run multi-container applications with Docker

How to download and setup compose

Open terminal and run command
git clone https://github.com/docker/compose.git
git clone is used to create a copy or clone of compose repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with compose https://github.com/docker/compose/archive/master.zip

Or simply clone compose with SSH
[email protected]:docker/compose.git

If you have some problems with compose

You may open issue on compose support forum (system) here: https://github.com/docker/compose/issues