testcontainers-python icon indicating copy to clipboard operation
testcontainers-python copied to clipboard

Allow configuring the `docker-compose` executable path

Open jooola opened this issue 2 years ago • 1 comments

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 "$@"

jooola avatar Feb 09 '23 18:02 jooola

linking #358

alexanderankin avatar Dec 12 '23 05:12 alexanderankin