Skip to content
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

DockerComposeCompositeService fails to start Container with Docker Desktop 4.3.0 and Use Docker Compose V2 enabled #239

Closed
graves-k opened this issue Dec 10, 2021 · 2 comments
Labels
waiting-for-feedback Waiting for someone to give feedback until this issue can be brought further.

Comments

@graves-k
Copy link

This probably isn't an issue with the FluentDocker library, but I wanted to share this information with anyone else having the same issue.
This was a reproducible issue with my team since updating to Docker Desktop v. 4.3.0. This update automatically enables the Use Docker Compose V2 flag.
Disabling Use Docker Compose V2 seems to fix the issue.

Error Message:
Ductus.FluentDocker.Common.FluentDockerException : Could not dispose composite service from file(s) C:\path\docker-compose.yml
Stack Trace:
at Ductus.FluentDocker.Services.Impl.DockerComposeCompositeService.Dispose()

@mariotoffia
Copy link
Owner

mariotoffia commented Dec 12, 2021

Hi, and thanks, @graves-k ! :)

Which version of FluentDocker do you use?

Since it should be resolved via PR #238 and was discussed in Issue #237 and hence fixed in Fluent Docker 2.10.44.

Can you please have a go if not already using the latest version of FluentDocker and respond back so I can have another go at it?

Cheers,
Mario :)

@mariotoffia mariotoffia added the waiting-for-feedback Waiting for someone to give feedback until this issue can be brought further. label Dec 12, 2021
@graves-k
Copy link
Author

Thanks Mario,
We were using 2.10.42.
I confirmed that 2.10.44 has fixed this issue.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-for-feedback Waiting for someone to give feedback until this issue can be brought further.
Projects
None yet
Development

No branches or pull requests

2 participants