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

Allow configuring the docker-compose executable path #306

Closed
jooola opened this issue Feb 9, 2023 · 1 comment · Fixed by #512
Closed

Allow configuring the docker-compose executable path #306

jooola opened this issue Feb 9, 2023 · 1 comment · Fixed by #512
Labels
✅ close on merge Issue that will be closed by an open pull request 🚀 enhancement 👀 requires attention

Comments

@jooola
Copy link

jooola commented Feb 9, 2023

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:

#!/usr/bin/env bash

exec docker compose "$@"
@alexanderankin
Copy link
Member

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 29, 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