testcontainers / testcontainers/testcontainers-python

Update Docker Compose call when launching a Docker Compose command

Open
#226 0 comments 2 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.