Using dockertest in an Azure DevOps pipeline

Hi,
I am using https://github.com/ory/dockertest/ to create and run integration tests that create a network of docker containers. This works quite well from a local machine but I am having trouble getting it to work on an Azure DevOps pipeline. CreateNetwork does not report an error and containers start but I get timeout errors when I try to connect to them even with ridiculous long timeouts. Is there anything special that needs to be done for Azure? Has anyone else got a network working in this scenario?

Regards,

Bruce.

I’ve never worked with Azure DevOps before so I can’t really help but my guess is that you need to set up Docker somehow.