ulimits: Updated docs

This commit is contained in:
Joffrey F 2015-04-22 16:44:40 -07:00
parent d71bfb1b3d
commit 650abccd7e
2 changed files with 3 additions and 0 deletions

View File

@ -749,6 +749,7 @@ from. Optionally a single string joining container id's with commas
* pid_mode (str): if set to "host", use the host PID namespace inside the
container
* security_opt (list): A list of string values to customize labels for MLS systems, such as SELinux.
* ulimits (list): A list of dicts or `docker.utils.Ulimit` objects.
```python
>>> from docker import Client

View File

@ -85,6 +85,8 @@ for example:
* read_only (bool): mount the container's root filesystem as read only
* pid_mode (str): if set to "host", use the host PID namespace inside the
container
* security_opt (list): A list of string values to customize labels for MLS systems, such as SELinux.
* ulimits (list): A list of dicts or `docker.utils.Ulimit` objects.
**Returns** (dict) HostConfig dictionary