-
Notifications
You must be signed in to change notification settings - Fork 300
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
Allow configuring the docker-compose
executable path
#306
Labels
✅ close on merge
Issue that will be closed by an open pull request
🚀 enhancement
👀 requires attention
Comments
linking #358 |
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
alexanderankin
added a commit
that referenced
this issue
Mar 29, 2024
fix #306 the original request was to remedy tc-python's dependency on docker-compose. this is something totally different but its what was asked for, so oh well. ¯\_(ツ)_/¯.
bearrito
pushed a commit
to bearrito/testcontainers-python
that referenced
this issue
Mar 30, 2024
…containers#512) fix testcontainers#306 the original request was to remedy tc-python's dependency on docker-compose. this is something totally different but its what was asked for, so oh well. ¯\_(ツ)_/¯.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
✅ close on merge
Issue that will be closed by an open pull request
🚀 enhancement
👀 requires attention
Describe the bug
On newer docker setups, docker-compose is part of docker under a docker sub commands:
docker compose
This makes this library fail to find
docker-compose
when needed.For now I have a little script but I expect this library to be able to change the executable name:
The text was updated successfully, but these errors were encountered: