carlpett / teamcity-container-cloud

Run TeamCity agents within containers
Apache License 2.0
14 stars 0 forks source link

Add Support Docker Compose #10

Open YuraKril opened 7 years ago

YuraKril commented 7 years ago

Add support starting agents with the Docker Compose yml file.

carlpett commented 7 years ago

@YuraKril Thanks for the suggestion! I haven't used Compose for quite a while - could you elaborate a bit on the scenario you had in mind? Do you want to start linked containers along with the agent, or is there some other feature of Compose which gives it an advantage over using the Docker api?

YuraKril commented 7 years ago

Yes, I want to start linked containers along with the agent. Also I need to run several concurrent builds to a configuration in TeamCity.