PreviousNext

Azure DevOps - Service Containers & Docker Compose

by bill-s, 2019-12-25T10:01:22.755Z

I've been wrestling a bit with using service containers in an Azure DevOps pipeline. The idea is to spin up some services (in my case three instances of NATS) that I then use to run my tests against. I failed miserably. I spent several hours trying different combinations. And finally gave up and used Docker Compose instead.

Read More