testcontainers / testcontainers/testcontainers-python
Update Docker Compose call when launching a Docker Compose command
Open
Nobody has claimed this yet.
- #254 by @jhnnsrs — closed without merging
✅ close on merge
📦 package: compose
- Dominant language
- Python
- Stars
- 2.3k
- Forks
- 386
- Avg merge
- 4h 40m
- Merged PRs (30d)
- 1
Description
Hi everyone!
While I was trying to create a DockerCompose object, I have noticed that testcontainers tries to launch a deprecated docker-compose command, rather than docker compose. I think the project should move to the latter as it is the currently supported version of the command.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the DockerCompose object and the code path that launches the Docker Compose command. Confirm where the deprecated docker-compose invocation is selected, update the command to docker compose, and verify that Docker Compose launching still works.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose, python
- Domain
- devops, testing
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100