-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting compose stopped working with exception 'unknown docker command: "compose compose"' #237
Comments
Thanks, @victor-fialkin-deltatre for reporting this - I'll have a look. Your "plain" docker does work - It is just the compose one, right? Cheers, |
I'm getting the same thing. I only just noticed it today. My FluentDocker stuff that works directly with containers works. It's just with compose that I get this. I'm using the latest Docker Desktop, 4.3.0 (71786). I just updated it in the last few days (sorry I'm not exactly sure when). Running docker-compose from the command line works fine. We use GitHub Actions for our CI and run this code on a Linux runner. As of right that still works. I'm using it in an NUnit test. This is the test output.
|
I've cloned the FluentDocker repo and tried running some of the tests. I get this |
Thanks, @twinter-patriot - I'll have a look tonight and see if I can reproduce on my side to be able to fix it. Cheers, |
@victor-fialkin-deltatre and @twinter-patriot to buy me some time, you can do a Since Cheers, |
@victor-fialkin-deltatre and @twinter-patriot I've got a fix so you won't need to switch to v1 (unless you don't use any remote daemon addresses). It is in the linked PR and I'll release it tonight. Cheers, |
I can confirm that it works. now. |
Thanks for the work on this! |
This code worked before for but stopped working on multiple services with different versions of FluentDocker (probly after docker desktop update)
now fails with exception:
Starting the same compose file manually works:
Versions
The text was updated successfully, but these errors were encountered: