-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Clearify documentation for Docker's ulimit option #3416
Description
Problem description
Documentation at the url does not provide any clarity what values are correct ones for ulimits option and does not give hint where to look them up.
The values are sent to the appropriate syscall as they are set.
Provided no additional information what and where to look up.
Problem location
I saw a problem on the following URL: https://docs.docker.com/engine/reference/commandline/run/#set-ulimits-in-container-ulimit
Suggestions for a fix
Docker supports ulimits only on Linux now, so linking to page like this could have helped understanding which options are supported. Listing all possible options could be also useful. And if it is platform specific - list of functions (setflimit for Linux, someOtherFunction for Windows) at least would provided direction what to search further. Right now it requires digging up to the sources to understand what needs to be looked up.