Profile specification for docker stack deploy
Open
Nobody has claimed this yet.
area/stack
area/swarm
kind/enhancement
- Dominant language
- Go
- Stars
- 6.1k
- Forks
- 2.2k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 43
Description
Currently, it is possible to specify a specific set of profiles to run, when using docker compose:
docker compose --profile p1 --profile p2 up
It would be nice to have such ability in the docker stack CLI as well, something like:
docker stack deploy -c docker-compose.yml --profile p1 --profile p2 app
would work fine.
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
Start at the docker stack deploy CLI entry point and compare its option handling with docker compose profile support. Confirm how repeated --profile values should be passed to the stack deployment path; done means the example command deploys only the selected profiles and the relevant CLI tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, go
- Domain
- cli, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100