containers / containers/podman-compose

Add long option for `podman-compose exec -T`

Open Beginner friendly
#1,529 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Python
Stars
6.2k
Forks
622
PR merge metrics
No merged PRs in 30d

Description

```
$ docker compose exec --help | grep pseudo
-T, --no-tty Disable pseudo-TTY allocation. By default 'docker compose exec' allocates a TTY. (default true)
$ podman-compose exec --help | grep pseudo
-T Disable pseudo-tty allocation. By default `podman-
```

Add support for `--no-tty` for compatibility with docker-compose.

Contributor guide

Open the contributing guide

Research direction

Start at the command-line handling for `podman-compose exec` and compare its `--help` output with Docker Compose. Add the documented `--no-tty` option alongside `-T`, then run `podman-compose exec --help` to confirm the compatibility option is shown.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
74/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.