containers / containers/podman-compose

Manage all profiles

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

Description

**Is your feature request related to a problem? Please describe.**

When setting profiles for services, I think that [Docker-compose offers the possibility of selecting all profiles when passing an asterisk](https://stackoverflow.com/a/78753245). Eg.

```
podman compose --profile "*" up
```

I have tried setting `--profile "*"` while running the subcommands `config` and `up`, but not a single service was selected. All my services have a profile assigned to them.

The help/usage paragraph does not mention this possibility.

```
...
--profile profile Specify a profile to enable
...
```

Could/does this work with Podman-compose?

Contributor guide

Open the contributing guide

Research direction

Start with the profile handling used by the config and up subcommands, then check the --profile help text. Reproduce the reported behavior with all services assigned to profiles and --profile "*". Done means both commands select every profiled service and the usage text documents the supported behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose, python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.