troykinsella / concourse-docker-compose-resource

A Concourse CI resource that executes docker-compose against a remote host

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

concourse job fails

hemna opened this issue · comments

I'm trying to use this in my pipeline to restart a container I have on another host.

I get the following error

docker-compose version 1.24.1, build 4667896b
Found orphan containers (goesutils) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Removing network docker_default
error while removing network: network docker_default id 10ff279db9ede0125643070777bd58b8469423c8f4d25daf127f9a9375464c8b has active endpoints

Here is my pipeline.yml
https://gist.github.com/hemna/12170932b4f5014819e06717d0cd121f