You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @enrico23 and thanks for the bug report. I do not have access to an azure environment. Have you tried to enable logging and see what commands being emitted and tried them manually. If not, please do and add the commands and which of them were erroneous (if any)?
We're running into a similar item in our Ubuntu build environment. The environment has Docker Compose versions v1 1.29.2 and v2 2.23.3. It looks like docker-compose which is what FluentDocker uses points to v1, but our compose file is set up for v2.
We're currently adding a build step that aliases docker-compose to docker compose
I have some integration tests running on Docker using FluentDocker, version 2.10.59
I am using the NUnit lifecycle to create and destroy instances of a Test Environment.
You can see the implementation of the class 'TestEnvironment':
This is the method GetDockerHost
I am getting the error when I am attempting
The code was working previously on Azure DevOps and still works locally.
I use GitHub Actions and workflow for CI
The Github agent has the following Docker Tooling installed:
Docker version 20.10.24+azure-1
docker-compose version 1.29.2
The text was updated successfully, but these errors were encountered: