-
Notifications
You must be signed in to change notification settings - Fork 297
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
Migrate to DockerCompose V2 #358
Comments
This would be a really nice feature now that Docker compose v1 is EOL 🙏 |
This was referenced Dec 12, 2023
alexanderankin
added a commit
to alexanderankin/testcontainers-python
that referenced
this issue
Feb 20, 2024
alexanderankin
added a commit
that referenced
this issue
Mar 6, 2024
mbenabda
pushed a commit
to mbenabda/testcontainers-python
that referenced
this issue
May 25, 2024
…0.0.0.0" - adjust to 127.0.0.1 (testcontainers#457) testcontainers#358 not sure if this is the right solution
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
Notable features
docker compose ps --format json
can help us shortcut the effort on many useful thingscompose_file_name=[]
orNone
by default #259 may have been fixed in v2 but any fixes might be better implemented for v2testcontainers
to start/stop these containersThe challenges
testcontainers-python
? 🙂DockerCompose
object.Final thoughts
I'm happy to pick this up, in fact I have a local copy with a bunch of goodies, just need some community support in how to introduce this change.
Also since this is likely a breaking change for the compose plugin, your thoughts on how to version this would be very welcome @tillahoffmann 🙏
The text was updated successfully, but these errors were encountered: