diff --git a/docker/types/containers.py b/docker/types/containers.py index 149b85df..44bfcfd8 100644 --- a/docker/types/containers.py +++ b/docker/types/containers.py @@ -97,8 +97,8 @@ class Ulimit(DictType): Args: - name (str): Which ulimit will this apply to. A list of valid names can - be found `here `_. + name (str): Which ulimit will this apply to. The valid names can be + found in '/etc/security/limits.conf' on a gnu/linux system. soft (int): The soft limit for this ulimit. Optional. hard (int): The hard limit for this ulimit. Optional.