Haufe-Lexware / gocd-plugins

A collection of our OSS plugins for use with Go.CD
Apache License 2.0
36 stars 34 forks source link

Question: Is there an Docker image for an agent that can run docker-compose commands #19

Open dkirrane opened 7 years ago

dkirrane commented 7 years ago

Do I need a Agent Docker Image that can run the docker-compose task? I assume I'd need an agent container that can run docker commands inside (docker-within-docker)?

bradeac commented 7 years ago

Hi dkirrane,

In order for you to use our docker-compose plugin, yes, you must have a go.cd agent with the docker engine and also docker-compose installed.

This agent doesn't necessarily have to be running inside a docker container.