From 650abccd7e0b2a52af1e824326b8b89616c8e0a6 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 22 Apr 2015 16:44:40 -0700 Subject: ulimits: Updated docs --- docs/api.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/api.md') diff --git a/docs/api.md b/docs/api.md index aa5faa9..5afe533 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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 -- cgit v1.2.1