plone / plone/container-backend
$@ in `start` verb on docker-entrypoint.sh
Open
Nobody has claimed this yet.
04 type: enhancement
- Dominant language
- Shell
- Stars
- 18
- Forks
- 18
- Avg merge
- 1h 32m
- Merged PRs (30d)
- 2
Description
We'd like to be able to tune Waitress with command line parameters (does not seem like it takes variables), so it would be good if the start verb located near the end of the entrypoint script actually supported "$@" so that we may pass parameters to it.
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
Read docker-entrypoint.sh near the end, where the start verb is implemented, and inspect how it invokes Waitress. Done means the start verb forwards command-line parameters through "$@" so Waitress can be tuned when the container is started.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100