--ulimit documentation doesn't list the names of all possible limits
Nobody has claimed this yet.
- Dominant language
- Markdown
- Stars
- 4.7k
- Forks
- 8.5k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 108
Description
File: engine/reference/commandline/run.md
https://docs.docker.com/engine/reference/commandline/run/#set-ulimits-in-container---ulimit
documents how to set ulimits inside the container. However, it only shows thre examples of values to set: nofile, as, nproc.
However, there are (hopefully?) more; please add a complete list of them including their bash -<x> counterparts to the documentation.
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 the referenced Set ulimits in container (--ulimit) section in engine/reference/commandline/run.md, starting with its existing nofile, as, and nproc examples. Done means the documentation lists all possible limits and includes the corresponding Bash -<x> names for each.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100